mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Add news reader (#3445)
* add model for feed entries * add task to update feed entries * Add API routes * Fix name in model * rename model * fix read endpoint * reduce duplication in NewsFeed API endpoints * reduce duplicated code * add ui elements to index * add missing migrations * add ressource route * add new model to admin * reorder fields * format timestamp * make title linked * reduce migrations to 1 * fix merge * fix js style * add model to ruleset
This commit is contained in:
@ -124,6 +124,8 @@ djangorestframework==3.14.0
|
||||
# via -r requirements.in
|
||||
et-xmlfile==1.1.0
|
||||
# via openpyxl
|
||||
feedparser==6.0.10
|
||||
# via -r requirements.in
|
||||
fonttools[woff]==4.37.4
|
||||
# via weasyprint
|
||||
gunicorn==20.1.0
|
||||
@ -209,6 +211,8 @@ requests-oauthlib==1.3.1
|
||||
# via django-allauth
|
||||
sentry-sdk==1.9.10
|
||||
# via -r requirements.in
|
||||
sgmllib3k==1.0.0
|
||||
# via feedparser
|
||||
six==1.16.0
|
||||
# via
|
||||
# bleach
|
||||
|
Reference in New Issue
Block a user