No description
  • Python 49.6%
  • HTML 37%
  • JavaScript 8.7%
  • Dockerfile 1.8%
  • CSS 1.4%
  • Other 1.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-21 09:53:04 -03:00
.devcontainer Update devcontainer.json 2026-02-12 20:11:13 -03:00
.github Update pull-request.yml 2026-08-21 09:53:04 -03:00
base Fix ruff check 2026-08-20 14:53:24 -03:00
core Fix ruff check 2026-08-20 14:53:24 -03:00
{{project_name}} Update urls.py 2026-08-20 18:43:40 -03:00
.env.sample Replace Mailhog for Mailpit 2025-08-13 21:21:53 -03:00
.gitignore Update .gitignore 2024-05-31 15:10:22 -03:00
docker-compose.yml Close #10 2025-12-22 22:15:57 -03:00
docker-entrypoint.sh Fix Entry Point Double Execution 2025-12-21 23:02:33 -03:00
Dockerfile Update Docker Files 2026-05-24 14:30:49 -03:00
Dockerfile.dev Update Docker Files 2026-05-24 14:30:49 -03:00
gunicorn.conf.py Add dj_database_url 2024-06-09 10:31:33 -03:00
LICENSE Initial commit 2024-05-31 10:37:06 -03:00
manage.py Fix project_name Template Variable 2024-06-03 11:49:37 -03:00
Procfile Create Procfile 2026-08-20 15:22:58 -03:00
README.md Update README.md 2025-03-26 14:47:43 -03:00
requirements.dev.txt Update Deps 2025-12-14 15:15:02 -03:00
requirements.txt Update requirements.txt 2026-08-20 14:36:53 -03:00
seeds.json Update seeds.json 2025-02-04 17:11:06 -03:00
setup.sh Update setup.sh 2025-02-05 10:28:30 -03:00

django-base

Django Base Project

pipx run django startproject --template=https://github.com/dannluciano/django-base/archive/refs/heads/main.zip project_name
cd project_name
mv {{project_name}} project_name