more documentation
This commit is contained in:
parent
e134aa7009
commit
8af38a7302
|
@ -11,4 +11,9 @@
|
||||||
* comment out librabbitmq in requirements.txt when using python 3.11
|
* comment out librabbitmq in requirements.txt when using python 3.11
|
||||||
* `pip install -r requirements.txt`
|
* `pip install -r requirements.txt`
|
||||||
* `./manage.py migrate`
|
* `./manage.py migrate`
|
||||||
|
* `./manage.py createsuperuser`
|
||||||
* `./manage.py startserver`
|
* `./manage.py startserver`
|
||||||
|
* start message queue with `docker-compose up -d broker result-backend`
|
||||||
|
* start runner with `celery -A shiftregister worker -B`
|
||||||
|
* add calendars at http://127.0.0.1:8000/admin/importer/calendar/add/
|
||||||
|
* change event state to 'event is running' at http://127.0.0.1:8000/admin/dynamic_preferences/globalpreferencemodel/3/change/
|
||||||
|
|
Loading…
Reference in New Issue