Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-01-06 22:53:59 +01:00
parent 4c1f717be5
commit e4676d908e
3 changed files with 13 additions and 12 deletions

10
app.py
View File

@@ -1,10 +0,0 @@
#!/srv/bin/venv python3.6
import os
import sys
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "rowsandall_app.settings")
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()
#execute_from_command_line(sys.argv)