We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
evap
1 parent 9d7ebd2 commit b9bd7a6Copy full SHA for b9bd7a6
evap/wsgi.py
@@ -12,10 +12,6 @@
12
13
from django.core.wsgi import get_wsgi_application
14
15
-# this adds the project root to the python path.
16
-PWD = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
17
-sys.path = [PWD] + sys.path
18
-
19
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "evap.settings")
20
21
application = get_wsgi_application()
0 commit comments