Created
January 4, 2017 16:38
-
-
Save ddahan/68c6e12a14d76f8bb3a7cdc8d0d0e35e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
url(r'^email_verification/(?P<token>[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$', views.email_verification, name='email_verification') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment