mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-07-22 05:29:46 +03:00
ADD app_name to support django 2.0
This commit is contained in:
parent
3526d2ba0c
commit
f0bef8981f
|
@ -3,6 +3,7 @@ from django.conf.urls import url
|
|||
|
||||
from .views import RegisterView, VerifyEmailView
|
||||
|
||||
app_name = 'restauth_registration'
|
||||
urlpatterns = [
|
||||
url(r'^$', RegisterView.as_view(), name='rest_register'),
|
||||
url(r'^verify-email/$', VerifyEmailView.as_view(), name='rest_verify_email'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user