Concerned-Coyotes / summer-code-jam-2020

The repository for the 2020 summer code jam. Find more information at https://pythondiscord.com/pages/code-jams/code-jam-7/
MIT License
0 stars 0 forks source link

Add news backend functionality. Closes #10 #24

Closed MushroomMaula closed 4 years ago

MushroomMaula commented 4 years ago

This should add everything needed to fetch the news everyday and be able to supply them to the user using news.models.Article.objects.get_latest(n_news). Currently the background task is only running when one specifically runs python manage.py process_tasks. However this is the way it is intented by django-background-tasks. We should consider adding a script which starts the server and runs the background tasks. More discussion here