- Features
- Tech Stack
- Environments
-
Getting started
- Installation
- Environment variables
- API
- Links
- Starter template django
- python 3.9
- Django 4.1
- pytest 7.1.2 --> Using as our testsuite
- sentry-sdk 1.10.1 --> Our error/exception logger
- graphene-django 3.0.0 --> API
- Main environment - Environment for frontend implementation
The environment variables in the .env.example
must be copied to into an .env
file.
Some values might need to be filled up get access to some services.
The docs can be found Here