回答編集履歴

1

ミス

2020/05/17 15:21

投稿

doubledouble
doubledouble

スコア10

test CHANGED
@@ -1,6 +1,6 @@
1
1
  urlpatterns += [
2
2
 
3
- re_path('^.*$', views.index.index),
3
+ re_path('/<slug:slug>/', views.index.index),
4
4
 
5
5
  ]
6
6