mirror of https://github.com/r4sas/py-i2phosts
Hidden Z
11 years ago
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||||
|
import os |
||||||
|
|
||||||
|
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings") |
||||||
|
|
||||||
|
# This application object is used by the development server |
||||||
|
# as well as any WSGI server configured to use this file. |
||||||
|
from django.core.wsgi import get_wsgi_application |
||||||
|
application = get_wsgi_application() |
Loading…
Reference in new issue