began adding addpost function
This commit is contained in:
parent
81c455f014
commit
c50d047233
15 changed files with 106 additions and 21 deletions
|
|
@ -5,5 +5,5 @@ urlpatterns = [
|
|||
path('', viewblog, name="index"),
|
||||
path('manage/addpost', addpost, name='addpost'),
|
||||
path('manage/order', order, name='order'),
|
||||
path('mock/topic/<int:n>/', createmocks, name='mock'),
|
||||
path('mock/<str:object>/<int:n>/', createmocks, name='mock'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue