The Definitive Django Learning Platform.
This is a Django project with a dashboard of news scraped using Celery Tasks. This code comes from a course on JustDjango
- Python version management with pyenv
- Virtual environments with pipenv
- Usage of environment variables
- AWS S3 for static files
- Hosting with Caprover and Digital Ocean
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.