1
1

copy whole project from another repo

This commit is contained in:
2020-02-18 16:01:28 +01:00
commit aadff671bd
30 changed files with 1290 additions and 0 deletions

6
uwsgi.ini Normal file
View File

@@ -0,0 +1,6 @@
[uwsgi]
chdir = /code
module = floplanner.wsgi:application
http = 0.0.0.0:8000
workers = 2
master = true