From b72ff2157257744efc0680deeeb01622de331c87 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Tue, 3 Dec 2024 00:29:33 +0100 Subject: [PATCH] Add user creation info to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1552084..74924a6 100644 --- a/README.md +++ b/README.md @@ -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.