pyvideo / richard

video indexing site
Other
216 stars 55 forks source link

Fix wsgi to use django-configurations framework #272

Closed codersquid closed 9 years ago

codersquid commented 9 years ago

In order to deploy the site with uwsgi we need to import get_wsgi_application from django-configurations rather than django, as explained in the http://django-configurations.readthedocs.org docs.