mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 10:28:06 +00:00
add password reset views to urls.py
This commit is contained in:
parent
4d8472617e
commit
486fe91878
@ -140,6 +140,9 @@ urlpatterns = patterns('',
|
||||
|
||||
url(r'^admin/', include(admin.site.urls)),
|
||||
|
||||
# for the password reset views
|
||||
url('^', include('django.contrib.auth.urls')),
|
||||
|
||||
# Comment below line to disable browsable rest api
|
||||
url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework')),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user