Add command for updating feeds

This commit is contained in:
Joakim Hellsén 2024-03-17 20:22:19 +01:00
commit d04fe12f80
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
10 changed files with 116 additions and 13 deletions

View file

@ -30,6 +30,25 @@ Please create a new issue before submitting a big pull request. I am probably ok
Try to minimize the number of dependencies you add to the project. If you need to add a new dependency, please create an issue first.
## Development
- [Python](https://www.python.org/)
- [Poetry](https://python-poetry.org/)
```bash
poetry install
poetry shell
python manage.py test
python manage.py collectstatic
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
# Update feeds
python manage.py update_feeds
```
## Contact
For any inquiries or support, please create an issue on GitHub.