Skip to content

Commit

Permalink
updated wsgi.py to run on ec2, added static to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Nov 12, 2012
1 parent 6e0beed commit 7e84787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ councilmatic/application_keys.py

# Local settings
councilmatic/local_settings.py

/static
2 changes: 1 addition & 1 deletion wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
CM = os.path.join(ROOT, 'councilmatic')

sys.path.insert(0, CM)
os.environ['DJANGO_SETTINGS_MODULE'] = 'councilmatic.settings'
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'

import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()
Expand Down

0 comments on commit 7e84787

Please sign in to comment.