A news aggregator app build using Django web framework and beautifulsoup which is use to scrape the news articles from the web and uses celery as a task queue to add srcaped article in database. This app is also provided with API using Django rest-framework
First Create and start your virtual environment: Clone or download this repository
virtualenv -p python3 .
pip install -r requirement.txt
python3 manage.py runserver
Command for starting worker process in celery:
celery -A myproject worker --loglevel=info
Go to the web browser and visit http://127.0.0.1:8000/
Admin username: admin
Admin password: admin