mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-02 01:44:40 +00:00
Add wsgi.py
This commit is contained in:
parent
59f0cb930f
commit
7ea817f14a
8
pyi2phosts/wsgi.py
Normal file
8
pyi2phosts/wsgi.py
Normal file
@ -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…
x
Reference in New Issue
Block a user