NewsBlur-viq/newsblur_web
2022-12-01 10:19:03 -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-12-01 10:19:03 -05:00
celeryapp.py change celeryapp to use Celery('newsblur_web') 2021-02-17 09:28:53 -05:00
docker_local_settings.py Keep auto premium on for docker installs. 2022-09-26 09:40:18 -04:00
entrypoint.sh Merge master into sictiru 2022-02-16 21:16:24 -08:00
settings.py Merging SDIFFSTORE and ZINTERSTORE into a single ZDIFFSTORE, thanks to redis 6.2.0. Requires new docker image. 2022-07-19 21:02:42 -04:00
sitecustomize.py
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