6👍
I got same error and solved but only reverse_lazy()
is not enough, use reverse_lazy()
like reverse_lazy('app_name:url_name')
.
- [Django]-Django authentication without a password
- [Django]-Django 1.9.2 AssertionError: database connection isn't set to UTC
- [Django]-Django persistent database connection
Source:stackexchange.com