alterações gerais
This commit is contained in:
@ -10,8 +10,8 @@ from .api import api
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path("", TemplateView.as_view(template_name="pages/home.html"), name="home"),
|
||||
path('', include('diarios.urls')),
|
||||
# path("", TemplateView.as_view(template_name="pages/home.html"), name="home"),
|
||||
path("", include('diarios.urls')),
|
||||
path(
|
||||
"about/",
|
||||
TemplateView.as_view(template_name="pages/about.html"),
|
||||
@ -23,8 +23,6 @@ urlpatterns = [
|
||||
# User management
|
||||
path("users/", include("diarios_oficiais_alems.users.urls", namespace="users")),
|
||||
# path("accounts/", include("allauth.urls")),
|
||||
# Your stuff: custom urls includes go here
|
||||
path("", include("diarios.urls")),
|
||||
# Media files
|
||||
*static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user