ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 628 forks source link

Replace sanction and improve askbot-setup #820

Closed martin-bts closed 5 years ago

martin-bts commented 5 years ago

Sanction is an old unmaintained OAuth2 library and can cause trouble with Python3. This patchset replaces it with requests-oauthlib. This change has effects on all identity providers that use oauth2.

The installer, i.e. askbot-setup can now configure Django CACHES. The setup template settings.py.jinja2 has been adapted so that locmem (the default and what has been used up until now), memcached and redis are supported.