./createsecrets.py
docker compose run --rm web ./init.sh
docker compose up
- Django
- Mailhog (email testing)
- React development
docker exec -it namubuffa_web_1 bash # replace namubuffa_web_1 with the actual name of the container
# you should now be working inside the container and greeted by a command line ending in `#` character
python manage.py createsuperuser
Answer questions and log in at /admin
to view the admin panel.