Layout css fix header

This commit is contained in:
2021-01-18 23:25:47 +00:00
parent b0df14e7ae
commit 3f927bcc75
3 changed files with 9 additions and 4 deletions

View File

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