Renamed further remnants of app to food_planner

This commit is contained in:
2020-02-19 12:44:33 +01:00
parent 67777e8b6a
commit 37b88f321e
3 changed files with 5 additions and 5 deletions

View File

@ -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'),