deploy ready

This commit is contained in:
2024-10-06 22:46:08 +09:00
parent 31c478454b
commit fc20ca01b7
18 changed files with 17 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ urlpatterns = [
path('blog/<int:pk>/', views.blog_post_detail, name='blog_post_detail'),
path('services/', views.services_view, name='services'),
path('create_order/<int:pk>/', views.create_order, name='create_order'),
path('about', views.about_view, name="about_view"),
path('about/', views.about_view, name="about_view"),
]
if settings.DEBUG:
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)