mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
correct celery start commands
This commit is contained in:
parent
b651ebed87
commit
666490c169
@ -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 &
|
||||
|
Loading…
x
Reference in New Issue
Block a user