My file urls.py :
#home/urls.py
from django.urls import path, re_path
from home.views import homePageView
urlpatterns = [
path('',homePageView.as_view(),name='home'),
re_path('activate/(?P<code_>[a-zA-Z0-9]{15})/(?P<email_&g...
asked by
30.06.2018 / 13:43