A GitHub template to quickly get a Python project that needs an awesome ORM up and running.
Original intended usage is to script from main.py and call management commands through manage.py
To run tests, run pytest tests/
Includes support for:
- Either SQLite or PostgreSQL
- Docker
- Pre-commit
This repository is performing:
- Unittests to upgrade Django fast
This repository is based on the repository by @dancaron.
This repository is a quick template repository that I personally use.
This repository is licensed under the Apache 2.0 license which can be found in the LICENSE file.