Commit 19fab8ce authored by Deokhyun Lee's avatar Deokhyun Lee

url pattern for homepage is created.

parent bafa5781
Pipeline #2632 canceled with stages
...@@ -2,6 +2,7 @@ from django.urls import path ...@@ -2,6 +2,7 @@ from django.urls import path
from . import views from . import views
# url for homepage # url for homepage
urlpatterns = [ urlpatterns = [
path('', views.index, name='index'), path('', views.index, name='index'),
] ]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment