openplans / shareabouts

Shareabouts is a mapping application for crowdsourced info gathering.
GNU General Public License v3.0
276 stars 150 forks source link

Add django-redis dependency and upgrade to support Django 3.2 #221

Closed BenSturmfels closed 1 year ago

BenSturmfels commented 1 year ago

Given that Redis config appears in the default settings, it seems appropriate to include it as a dependency.

The default Redis config in settings.py also isn't compatible with a django-redis that supports Django 3.2, so I've simplified the config. My thinking is that the defaults should be simple and more complex needs could be addressed in local_settings.py.

I've also removed the Celery config since it's not used by the frontend.

mjumbewu commented 1 year ago

yes to all of this; thanks!