NewsBlur/newsblur_web
2021-08-04 20:04:53 -04:00
..
__init__.py Merge branch 'docker_django3.1' into dashboard3 2021-01-23 19:31:06 -05:00
assets.yml Stubbing in commented out mobile assets. These haven't worked for years. 2021-05-17 11:03:59 -04:00
celeryapp.py change celeryapp to use Celery('newsblur_web') 2021-02-17 09:28:53 -05:00
docker_local_settings.py Correcting mongodb on local installs since there is no auth. 2021-08-04 16:26:41 -04:00
entrypoint.sh Using the gunicorn config so workers can be toned down. 2021-03-17 17:16:49 -04:00
local_settings.py.template Switching from elasticsearch and dsl to pyelasticsearch. Feed autocomplete still doesn't work yet. 2021-03-24 21:09:26 -04:00
settings.py Removing boto2, upgrading to boto3. Needs testing. 2021-08-04 20:04:53 -04:00
settings.py.orig update celery task name to cron_queue in settings.py.orig 2021-01-19 09:56:55 -05:00
sitecustomize.py
test_settings.py remove custom installed_apps from test settings 2021-06-29 08:38:36 -06:00
urls.py convert munin metrics to monitor/ endpoints 2021-03-26 13:28:03 -05:00
wsgi.py