mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 07:20:17 +02:00
9 lines
241 B
Bash
Executable File
9 lines
241 B
Bash
Executable File
#!/usr/bin/env bash
|
|
python manage.py syncdb
|
|
|
|
python manage.py shell < run_alliance_corp_update.py
|
|
|
|
python manage.py celeryd --verbosity=2 --loglevel=DEBUG
|
|
python manage.py celerybeat --verbosity=2 --loglevel=DEBUG
|
|
python manage.py runserver
|