opendataphilly / Open-Data-Catalog

Open Data Catalog is an open data catalog based on Django, Python and PostgreSQL. It was originally developed for OpenDataPhilly.org, a portal that provides access to open data sets, applications, and APIs related to the Philadelphia region. The Open Data Catalog is a generalized version of the original source code with a simple skin. It is intended to display information and links to publicly available data in an easily searchable format. The code also includes options for data owners to submit data for consideration and for registered public users to nominate a type of data they would like to see openly available to the public.
http://www.opendataphilly.org/
MIT License
244 stars 90 forks source link

Add Django 1.5 support #25

Closed copelco closed 11 years ago

copelco commented 11 years ago

I've been playing around with the Open Data Catalog to see if we can use it down here in Durham/Triangle NC area. Took a pass through the code for Django 1.5 support during National Day of Civic Hacking. Got everything working locally, I think it's good to merge!

Any comments?