mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 02:18:08 +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')),
|
||||
|
||||
@ -161,4 +164,4 @@ def append_plugin_urls():
|
||||
url(r'^plugins/%s/' % plugin, include('%s.urls' % plugin))
|
||||
)
|
||||
|
||||
append_plugin_urls()
|
||||
append_plugin_urls()
|
||||
|
Loading…
x
Reference in New Issue
Block a user