fixes for docker

This commit is contained in:
www
2020-09-22 13:07:38 +00:00
parent e687621e40
commit 4cc6e69e10
5 changed files with 40 additions and 7 deletions

3
fet2020/initdb Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
python manage.py makemigrations && python manage.py makemigrations posts members \
&& python manage.py migrate