best-django-setup
best-django-setup copied to clipboard
Probably one of the best Django project setups
The Definitive Django Learning Platform.
Best Django Project Setup
This project is configured for:
- Python version management with pyenv
- Virtual environments with pipenv
- Usage of environment variables
- AWS S3 for static files
Getting started
You will need to copy the .settings.env file and rename it .env. Inside there you can fill in the values of the environment variables, create a database and you're all good to go.