generated from 2martens/django-template
Renamed app and Django template
This commit is contained in:
7
food_planner/apps.py
Normal file
7
food_planner/apps.py
Normal file
@ -0,0 +1,7 @@
|
||||
# coding=utf-8
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class FoodPlannerConfig(AppConfig):
|
||||
name = 'food_planner'
|
||||
verbose_name = 'Food planner app'
|
||||
Reference in New Issue
Block a user