https://github.com/justdjango/best-django-setup
Probably one of the best Django project setups
https://github.com/justdjango/best-django-setup
Last synced: 11 days ago
JSON representation
Probably one of the best Django project setups
- Host: GitHub
- URL: https://github.com/justdjango/best-django-setup
- Owner: justdjango
- Created: 2019-11-04T05:07:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T18:08:36.000Z (over 3 years ago)
- Last Synced: 2025-04-05T13:04:13.777Z (about 1 month ago)
- Language: Python
- Size: 102 KB
- Stars: 20
- Watchers: 2
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Definitive Django Learning Platform.
# Best Django Project Setup
This project is configured for:
1. Python version management with pyenv
2. Virtual environments with pipenv
3. Usage of environment variables
4. 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.
---