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