mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-05 14:33:55 +01:00
15 lines
318 B
Markdown
15 lines
318 B
Markdown
# {{cookiecutter.project_name}}
|
|
|
|
## Quick start
|
|
Clone, then
|
|
```shell
|
|
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 🙂
|