Add command for updating feeds
This commit is contained in:
parent
7005490bf4
commit
d04fe12f80
10 changed files with 116 additions and 13 deletions
19
README.md
19
README.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue