Changes between Initial Version and Version 1 of Ticket #31108, comment 2
- Timestamp:
- Dec 21, 2019, 10:48:25 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31108, comment 2
initial v1 8 8 9 9 1. If the stack with url fifo is in this way: 10 11 {{{ 10 12 url(r'^account/', include('django_registration.backends.activation.urls')), 11 13 url(r'^account/register/', RegistrationView.as_view(form_class=RegistrationForm), name='register'), 14 }}} 15 12 16 13 17 2. If in this way is ok, but fork not recognize account if not accounts 18 19 {{{ 14 20 url(r'^account/register/', RegistrationView.as_view(form_class=RegistrationForm), name='register'), 15 21 url(r'^account/', include('django_registration.backends.activation.urls')), 22 }}} 23 16 24 17 25 There is no description in details how to use, so users don't know whats is wrong here and the error doing missunderstanding coz is no any case related with the title error and Manager, just url.