fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed debugging applications from main settings.
[redakcja.git]
/
platforma
/
config
/
platforma.wsgi.template
diff --git
a/platforma/config/platforma.wsgi.template
b/platforma/config/platforma.wsgi.template
index
3528fe8
..
b1b35b4
100644
(file)
--- a/
platforma/config/platforma.wsgi.template
+++ b/
platforma/config/platforma.wsgi.template
@@
-18,7
+18,7
@@
sys.path = [
] + sys.path
# Run Django
-os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
+os.environ['DJANGO_SETTINGS_MODULE'] = '
%(project_name)s.
settings'
from django.core.handlers.wsgi import WSGIHandler
application = WSGIHandler()