Skip to content
/ onlydjango Public template

This template / boilerplate is not ready yet. For anyone who discovers this.

Notifications You must be signed in to change notification settings

fauzaanu/onlydjango

Repository files navigation

sudo docker rm -f $(sudo docker ps -aq) && sudo docker compose -f dev.docker-compose.yml up -d
uv run python manage.py migrate
python manage.py shell -c "from django.contrib.auth import get_user_model; User = get_user_model(); User.objects.create_superuser('admin', 'admin@example.com', '123')"

About

This template / boilerplate is not ready yet. For anyone who discovers this.

Resources

Stars

Watchers

Forks