Organice / django-organice

All-in-one collaboration solution. For non-profit organizations, sports clubs, small to medium-sized businesses. Nice, very nice,
https://organice.io
Apache License 2.0
48 stars 16 forks source link

Use reference to view (instead of path) in LOGIN_/LOGOUT_*URL settings #6

Open bittner opened 9 years ago

bittner commented 9 years ago

All 3 settings LOGIN_REDIRECT_URL, LOGIN_URL, LOGOUT_URL should use 'module_name:view_name' as a value (not an absolute or relative path).

See commit 29d2dcd.