Skip to content

For development

  • make g - Deploy. Run tests then commit all and push.
  • make run - Run dev server.
  • make test - Build the documentation site.
  • make migrate - Create and run migrations locally.
  • make docs - Build docs and deploy them to docs.partyproxy.com.

Project layout

djangoapi     # The django app

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.
docs_site     #