1
0
Fork 0

Remove deprecated startup scripts

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/727/head
Vasilis Tsiligiannis 2019-03-14 22:39:53 +02:00
parent 12caa32e59
commit 880a9e3125
2 changed files with 0 additions and 10 deletions

View File

@ -1,3 +0,0 @@
#!/bin/bash
celery -A network worker -B -l INFO

View File

@ -1,7 +0,0 @@
#!/bin/bash
find ./staticfiles -mindepth 1 -not -name '.gitkeep'| xargs rm -rf
./manage.py collectstatic --noinput
./manage.py compress --force
./manage.py migrate --noinput
./manage.py runserver 0.0.0.0:8000