cookiecutter-django/{{cookiecutter.project_slug}}/README.md
2023-02-28 12:36:35 +01:00

318 B

{{cookiecutter.project_name}}

Quick start

Clone, then

pip install -U pip pip-tools invoke
inv sync-dependencies
pre-commit install --install-hooks
inv test
./src/manage.py migrate
./src/manage.py createsuperuser

Reuse

If you do reuse my work, please consider linking back to this repository 🙂