cookbook/recipes/apps.py

6 lines
89 B
Python
Raw Normal View History

2019-10-28 16:50:13 +01:00
from django.apps import AppConfig
class RecipesConfig(AppConfig):
name = 'recipes'