python -m venv env
pip-tools Installation
pip install pip-tools
pip-sync setup/requirements.txt
Setup Vite Environment
cd www
npm install
Learn more here
docker-compose up -d --build
python app/manage.py createsuperuser
Setup Django OAuth Toolkit (DEV ONLY)
- Point your browser to http://localhost:8000/o/applications/register/
- Login to super user acccount.
- Fill the form with the following
- Name: Development
- Client id: DEVELOPMENT
- Client secret: SECRET_123
- Client type: Confidential
- Authorization grant type: Resource owner password-based
- Redirect uris: Empty
- Algorithm: No OIDC support