Creating the project bootstrap

This commit is contained in:
2020-11-04 21:32:04 -03:00
parent aa3ae83869
commit b1d7d1b636
17 changed files with 490 additions and 1 deletions

2
commands/run-prod.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
uwsgi --module app.wsgi --http 0.0.0.0:8000 --enable-threads --thunder-lock