https://github.com/justdjango/django-news-scraper
https://github.com/justdjango/django-news-scraper
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/justdjango/django-news-scraper
- Owner: justdjango
- Created: 2020-04-24T20:17:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T20:29:43.000Z (about 2 years ago)
- Last Synced: 2025-04-05T13:03:42.877Z (about 1 month ago)
- Language: Python
- Size: 6.58 MB
- Stars: 43
- Watchers: 5
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Definitive Django Learning Platform.
# Django News Scraper
This is a Django project with a dashboard of news scraped using Celery Tasks. This code comes from a course on [JustDjango](https://learn.justdjango.com)
## Project setup
1. Python version management with pyenv
2. Virtual environments with pipenv
3. Usage of environment variables
4. AWS S3 for static files
5. Hosting with Caprover and Digital Ocean## 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.
---