add signup view
This commit is contained in:
parent
fbc6570eb6
commit
633663f95d
7 changed files with 74 additions and 17 deletions
|
|
@ -16,9 +16,8 @@ urlpatterns = [
|
|||
# Include Django Contrib and Core routers
|
||||
# admin/login/ is redirected to the non-admin login page
|
||||
path('i18n/', include('django.conf.urls.i18n')),
|
||||
path('accounts/',include('member.urls')),
|
||||
path('accounts/', include('django.contrib.auth.urls')),
|
||||
path('accounts/profile/',
|
||||
RedirectView.as_view(pattern_name='index')),
|
||||
path('admin/doc/', include('django.contrib.admindocs.urls')),
|
||||
path('admin/', admin.site.urls),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue