Dedicated Home View

This commit is contained in:
2020-08-03 19:14:37 +02:00
parent b54e81d372
commit 049b672c00
3 changed files with 12 additions and 1 deletions

View File

@@ -24,7 +24,6 @@ from django.urls import path, include
from django.views.generic.base import TemplateView
urlpatterns = [
path('', TemplateView.as_view(template_name='home.html'), name='home'),
path('admin/', admin.site.urls),
path('explorers/', include('django.contrib.auth.urls')),
path('', include('lostplaces_app.urls')),