feat: auth
This commit is contained in:
@@ -23,4 +23,7 @@ urlpatterns = [
|
||||
path('', views.archive),
|
||||
re_path(r'^article/(?P<article_id>\d+)$', views.get_article, name='get_article'),
|
||||
path('article/new/', views.create_post),
|
||||
path('registration/', views.registration),
|
||||
path('login/', views.login_page),
|
||||
path('logout/', views.user_logout),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user