Add user creation info to README
This commit is contained in:
parent
b9775ca672
commit
b72ff21572
|
@ -10,6 +10,8 @@ If you want to host your own instance of caFICtería-aaS, it is as easy as a few
|
||||||
|
|
||||||
If you want to get the history of menus since 2018 you can do `docker-compose exec bot python3 get_history.py` (I guess you can skip this if you don't love data 😔).
|
If you want to get the history of menus since 2018 you can do `docker-compose exec bot python3 get_history.py` (I guess you can skip this if you don't love data 😔).
|
||||||
|
|
||||||
|
If you want to access the Django admin interface, you need to create a user with `docker-compose exec web python3 manage.py createsuperuser`
|
||||||
|
|
||||||
### 🔧 Environment Variables
|
### 🔧 Environment Variables
|
||||||
|
|
||||||
You can check each folder (`bot` and `web`) and look at the `README.md` for information about the individual parts of the project and evironment variables.
|
You can check each folder (`bot` and `web`) and look at the `README.md` for information about the individual parts of the project and evironment variables.
|
||||||
|
|
Loading…
Reference in a new issue