working FileIndex and user Profile pages/settings
This commit is contained in:
@@ -9,6 +9,8 @@ urlpatterns = [
|
||||
path('login/', views.user_login, name='login'),
|
||||
path('logout/', views.user_logout, name='logout'),
|
||||
path('settings/', views.settings_page, name='settings'),
|
||||
path('settings/account/', views.account_page, name='account'),
|
||||
path('settings/tokens/create/', views.token_create, name='token_create'),
|
||||
path('settings/tokens/<int:token_id>/delete/', views.token_delete, name='token_delete'),
|
||||
path('profiles/<str:username>/', views.user_profile, name='user_profile'),
|
||||
]
|
||||
Reference in New Issue
Block a user