0.0.11
profile page
This commit is contained in:
@@ -8,6 +8,7 @@ from django.contrib.auth import views
|
||||
urlpatterns = [
|
||||
|
||||
path('registration/', registration_View, name='registration_page'),
|
||||
path('profile/', user_profile_View, name='user_profile'),
|
||||
|
||||
# ajax ----------------
|
||||
# url(r'^login$', user_login_View_ajax, name='user_login_View_ajax'),
|
||||
|
||||
Reference in New Issue
Block a user