Private
Public Access
1
0

almost there - dockerizing

This commit is contained in:
Sander Roosendaal
2020-01-03 14:57:20 +01:00
parent a2ef4491bc
commit 95db75d490
2 changed files with 11 additions and 12 deletions

8
app.py Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python
import os
import sys
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "rowsandall_app.settings")
application = get_wsgi_application()
#execute_from_command_line(sys.argv)