Commit 90a6e8f9 authored by Julia Anishka's avatar Julia Anishka

created urls.py under homepage app

parent b0b4f35f
from django.urls import path
from . import views
urlpatterns = [
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