Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created July 1, 2022 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomichetti/72169c43edd3fba7e9857e111934c96b to your computer and use it in GitHub Desktop.
Save brunomichetti/72169c43edd3fba7e9857e111934c96b to your computer and use it in GitHub Desktop.
# Your urls file
...
from dj_rest_auth.registration.views import VerifyEmailView
...
urlpatterns = [
...
path(
'dj-rest-auth/account-confirm-email/',
VerifyEmailView.as_view(),
name='account_email_verification_sent'
),
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment