Skip to content

athenekilta/namubufferi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

64 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Namubufferi

Prerequisites

Development

./createsecrets.py
docker compose run --rm web ./init.sh
docker compose up

Accessing the container command line and creating a superuser

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.

Deployment