mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-04 06:06:19 +01:00
correct celery start commands
This commit is contained in:
@@ -7,7 +7,7 @@ yes yes | python manage.py evolve --hint --execute
|
||||
|
||||
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 celeryd &
|
||||
python manage.py celerybeat &
|
||||
|
||||
python manage.py runserver &
|
||||
|
||||
Reference in New Issue
Block a user