You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.. | ||
.github | 3 months ago | |
.idea | 4 months ago | |
contrib | 4 months ago | |
db | 7 months ago | |
envs | 7 months ago | |
src | 3 months ago | |
.envrc | 3 months ago | |
.eslintrc | 7 months ago | |
.gitignore | 3 months ago | |
.gitmodules | 7 months ago | |
.pre-commit-config.yaml | 3 months ago | |
.prettierrc | 7 months ago | |
.tool-versions | 3 months ago | |
Dockerfile | 6 months ago | |
LICENSE | 7 months ago | |
README.md | 3 months ago | |
docker-compose-build.yaml | 7 months ago | |
docker-compose.yaml | 6 months ago | |
pyproject.toml | 3 months ago | |
requirements-dev.in | 4 months ago | |
requirements.in | 6 months ago | |
tasks.py | 3 months ago |
README.md
{{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 🙂