fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bumped up python version in the template.
[redakcja.git]
/
platforma
/
config
/
platforma.wsgi.template
diff --git
a/platforma/config/platforma.wsgi.template
b/platforma/config/platforma.wsgi.template
index
3528fe8
..
6a1770c
100644
(file)
--- a/
platforma/config/platforma.wsgi.template
+++ b/
platforma/config/platforma.wsgi.template
@@
-1,6
+1,6
@@
#!%(python)s
import site
#!%(python)s
import site
-site.addsitedir('%(path)s/lib/python2.
5
/site-packages')
+site.addsitedir('%(path)s/lib/python2.
6
/site-packages')
import os
from os.path import abspath, dirname, join
import os
from os.path import abspath, dirname, join
@@
-18,7
+18,7
@@
sys.path = [
] + sys.path
# Run Django
] + 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()
from django.core.handlers.wsgi import WSGIHandler
application = WSGIHandler()