Update django version

This commit is contained in:
sonny 2020-06-07 21:32:49 +02:00
parent 5e13de6c8b
commit 6609b1306b
4 changed files with 6 additions and 10 deletions

View file

@ -1,5 +0,0 @@
#!/bin/bash
# This file should only be used in conjuction with docker-compose
python /app/src/manage.py migrate
python /app/src/manage.py runserver 0.0.0.0:8000