To start a project:
- Run
startproject <project_name>
to modify project's name to your preferred one. [in progress] - Run
make venv
to make a virtual environment. - Run
source env/bin/activate
to activate the virtual environment. - Run
make install
to install dependencies. - Run
make build
to migrate the initial database. - Run
make superuser
to create the first superuser. - Run
make run
to launch the service.