generated from 2martens/django-template
Renamed further remnants of app to food_planner
This commit is contained in:
@ -3,7 +3,7 @@ from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
app_name = 'app'
|
||||
app_name = 'food_planner'
|
||||
urlpatterns = [
|
||||
path('', views.index, name='index'),
|
||||
path('legal-notice/', views.legal, name='legal'),
|
||||
|
||||
Reference in New Issue
Block a user