Add user creation info to README

This commit is contained in:
Pedro Rey Anca 2024-12-03 00:29:33 +01:00
parent b9775ca672
commit b72ff21572
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -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 access the Django admin interface, you need to create a user with `docker-compose exec web python3 manage.py createsuperuser`
### 🔧 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.