Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 980 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 980 Bytes

Namubufferi

Prerequisites

Development

Run ./createsecrets.py to generate django & postgres passwords. docker compose run --rm web ./init.sh docker compose up

Accessing the container command line and creating a superuser

docker exec -it namubufferi-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.

Deployment