Create new app for homepage
This commit is contained in:
@@ -16,10 +16,9 @@ Including another URLconf
|
||||
"""
|
||||
from django.contrib import admin # type: ignore
|
||||
from django.urls import path, include
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('account/', include('accounts.urls')),
|
||||
path('', views.home, name="core_home"),
|
||||
path('', include('homepage.urls')),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user