Commit a91177e3 authored by AllenSkyy's avatar AllenSkyy

added homepage app and url routes

parent cf6771fa
from django.urls import path
from .views import index
from .views import homepage
urlpatterns = [
path('', homepage, name='homepage'),
......
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