NewsBlur/newsblur_web
2022-11-26 11:11:12 -05:00
..
__init__.py Merge branch 'docker_django3.1' into dashboard3 2021-01-23 19:31:06 -05:00
assets.yml Fixing relative image urls to be absolute urls. Looks like a BeautifulSoup4 upgrade didn't catch the new attrs syntax. Also fixing bookmarklet loading wrong JS/CSS in development. 2022-11-24 12:53:40 -05:00
celeryapp.py change celeryapp to use Celery('newsblur_web') 2021-02-17 09:28:53 -05:00
docker_local_settings.py Trying out reading and writing to redis story replica for river stories. Since these don't get used by the feed fetchers, we can read and write on the replicas without changing which stories are read, since the replica will propagate the read stories. 2022-11-26 11:11:12 -05:00
entrypoint.sh Merge master into sictiru 2022-02-16 21:16:24 -08:00
settings.py Trying out reading and writing to redis story replica for river stories. Since these don't get used by the feed fetchers, we can read and write on the replicas without changing which stories are read, since the replica will propagate the read stories. 2022-11-26 11:11:12 -05:00
sitecustomize.py use newsblur_web instead of newsblur as directory name 2020-10-13 22:02:55 +07:00
test_settings.py remove custom installed_apps from test settings 2021-06-29 08:38:36 -06:00
urls.py Another Elasticsearch More Like This implementation, but it still doesn't surface anything close to correct. 2022-05-05 14:26:00 -04:00
wsgi.py use newsblur_web instead of newsblur as directory name 2020-10-13 22:02:55 +07:00