Private
Public Access
1
0

removed init.sh

This commit is contained in:
Sander Roosendaal
2020-01-04 14:52:27 +01:00
parent 2cbe44ad81
commit c46d4d977c

View File

@@ -1,7 +0,0 @@
#!/bin/bash
source /srv/venv/bin/activate
cd /srv/app
python manage.py migrate
python manage.py collectstatic --noinput
python manage.py runserver