Added Docs

This commit is contained in:
2020-05-24 18:21:54 +02:00
parent fbb46f48ed
commit b4fd9cf0bc

4
doc/commands.txt Normal file
View File

@@ -0,0 +1,4 @@
sudo docker-compose up
sudo docker-compose run web python manage.py makemigrations
sudo docker-compose run web python manage.py migrate
sudo docker-compose run web python manage.py test