updated homepage

parent e5d54139
from django.urls import path from django.urls import path
from.import views from.import views
urlpatterns = { urlpatterns = [
path('', views.index, name = "index"), path('', views.index, name = "index"),
} ]
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