Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 435 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 435 Bytes

To start a project:

  1. Run startproject <project_name> to modify project's name to your preferred one. [in progress]
  2. Run make venv to make a virtual environment.
  3. Run source env/bin/activate to activate the virtual environment.
  4. Run make install to install dependencies.
  5. Run make build to migrate the initial database.
  6. Run make superuser to create the first superuser.
  7. Run make run to launch the service.