After clone or init git repo you need to call init command.
make init
After that you need to set environment variables in .env and config.yaml files.
The next step is to build the project.
make build
When the web is fully built you can continue to configure the project.
make full-migrate # makemigrations and migrate
make admin # createsuperuser
make collectstatic # collectstatic
This project is built on DRF and PostgreSQL.
This project uses Makefile. List of make commands:
make init
make build
make down
make web-logs
make web-build
make redis-cli
make pg-shell
make full-migrate # makemigrations and migrate
make admin # createsuperuser
make collectstatic # collectstatic
This project uses pre-commit. List of base linters:
- black
- flake8
- isort