Add wsgi file
This commit is contained in:
parent
0d8c97dbf7
commit
586df45a2f
1 changed files with 6 additions and 0 deletions
6
cof/wsgi.py
Normal file
6
cof/wsgi.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
import os
|
||||||
|
|
||||||
|
from django.core.wsgi import get_wsgi_application
|
||||||
|
|
||||||
|
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "cof.settings.bds_prod")
|
||||||
|
application = get_wsgi_application()
|
Loading…
Reference in a new issue