diff --git a/scripts/runserver.sh b/scripts/runserver.sh new file mode 100755 index 0000000..a246a46 --- /dev/null +++ b/scripts/runserver.sh @@ -0,0 +1,5 @@ +echo migrating +python manage.py migrate + +echo running without reload +python manage.py runserver 0.0.0.0:8000 --noreload \ No newline at end of file