Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
updated wsgi script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jen Fong-Adwent committed Feb 25, 2013
1 parent a18fe1b commit 2e960ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsgi/playdoh.wsgi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ site.addsitedir(os.path.abspath(os.path.join(wsgidir, '../')))
import manage

import django.core.handlers.wsgi
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
os.environ['DJANGO_SETTINGS_MODULE'] = 'careers.settings'
application = django.core.handlers.wsgi.WSGIHandler()

# vim: ft=python

0 comments on commit 2e960ed

Please sign in to comment.