Browse Source

Erreurs dans wsgi.py

rewrite_authors
Gabriel Detraz 10 years ago
parent
commit
22ff664d94
  1. 4
      re2o/wsgi.py

4
re2o/wsgi.py

@ -8,9 +8,11 @@ https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application
from os.path import dirname
import sys
sys.path.append(dirname(dirname(__file__)))
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "re2o.settings")
application = get_wsgi_application()

Loading…
Cancel
Save