This is my django tutorial with mongoDB support
Create a virtual environment using
python -m venv DjangoProject
Activate the environment using . DjangoProject/bin/activate
Install the requirements using pip install --no-deps -r requirements.txt
Please use the following Environment variables while running the project:
- DJANGO_SECRET