-
Install dependencies:
make install
-
Run the development server:
make runserver
-
Install pre-commit hooks (optional):
make install-hooks
-
Lint the code (optional):
make lint
-
Format the code (optional):
make format
- Django project with pre-configured Black, isort, Flake8, and pre-commit hooks.
- Ready-to-use template for your projects.
django-admin startproject config . --template=../django-boot --name manage.py