NewsBlur/apps/rss_feeds
2022-08-10 17:45:25 -04:00
..
fixtures Adding text fixtures to ensure newbslur blog doesn't duplicate data. 2021-06-25 19:58:59 -04:00
management Mongo backups should use a dual-docker solution: 1) Use docker to backup mongo from the mongo container, 2) use newsblur_web container to upload to S3. 2021-07-16 12:25:25 -04:00
migrations Adding feed archive count and showing it in Statistics (with the feed byte size on hover). 2022-06-06 16:03:50 -04:00
__init__.py
admin.py
factories.py build factories for testing for profile, reader, rss_feeds models 2021-06-30 21:09:24 -06:00
icon_importer.py No using extraargs for s3. 2021-08-26 16:21:36 -04:00
models.py Don't delete redis keys because they take time to rebuild and subs can be counted incorrectly during that time. 2022-08-10 17:45:25 -04:00
page_importer.py Showing reason why an original page won't load. Fixes #1519. 2022-05-02 16:57:15 -04:00
tasks.py Upgrading to latest pymongo v3 to work with mongodb v4.0. Required rewrite of mongodb introspection, now using built-in pymongo monitoring. Should work on both web and celery. 2022-05-10 20:58:47 -04:00
test_rss_feeds.py rename test files and testcase classes so they can be found by pytest 2020-11-07 11:47:14 +07:00
text_importer.py Handling unparseable error in text importer. 2022-07-01 12:21:40 -04:00
urls.py
views.py Preserve feed even if no subs. 2022-07-01 13:48:10 -04:00