Add django-allauth for registrations
This commit is contained in:
@@ -13,4 +13,5 @@ urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('api-auth/', include('rest_framework.urls')),
|
||||
url(r'^rest-auth/', include('rest_auth.urls')),
|
||||
url(r'^rest-auth/registration/', include('rest_auth.registration.urls'))
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user