initial
This commit is contained in:
6
home/urls.py
Normal file
6
home/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.urls import path
|
||||
from home.views import *
|
||||
|
||||
urlpatterns = [
|
||||
path('' , homePageFront, name='homePageFront'),
|
||||
]
|
||||
Reference in New Issue
Block a user