This commit is contained in:
Eugene Pankov
2021-10-31 18:15:23 +01:00
commit f677febac3
134 changed files with 11509 additions and 0 deletions

4
backend/start.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
cd /app
./manage.py migrate
gunicorn