2
0
Fork 0
This commit is contained in:
Florian Sorg 2023-05-06 19:33:57 +02:00
parent 8af38a7302
commit 8df85f3abb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
* `pip install -r requirements.txt` * `pip install -r requirements.txt`
* `./manage.py migrate` * `./manage.py migrate`
* `./manage.py createsuperuser` * `./manage.py createsuperuser`
* `./manage.py startserver` * `./manage.py runserver`
* start message queue with `docker-compose up -d broker result-backend` * start message queue with `docker-compose up -d broker result-backend`
* start runner with `celery -A shiftregister worker -B` * start runner with `celery -A shiftregister worker -B`
* add calendars at http://127.0.0.1:8000/admin/importer/calendar/add/ * add calendars at http://127.0.0.1:8000/admin/importer/calendar/add/