31 Jan
2018
31 Jan
'18
3:49 p.m.
On 01/31/2018 11:59 AM, Peter Münster wrote:
On Wed, Jan 31 2018, Simon Hanna wrote:
It's complaining about an empty url used for reversing. Do you mind sharing your settings.py file? we don't need the secret key and logins for stuff, so you can mask those. the rest should be ok to make public. Ok, here are the settings (mainly from mailman-suite):
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer' LOGIN_URL = 'account_login' LOGIN_REDIRECT_URL = '' LOGOUT_URL = 'account_logout' I guess that's the issue. Try using something else for LOGIN_REDIRECT_URL
It should either be a valid path so "/postorius/" for instance or a valid view name like "list_index"