cookbook/recipes/apps.py
2019-10-28 16:52:22 +01:00

5 lines
89 B
Python

from django.apps import AppConfig
class RecipesConfig(AppConfig):
name = 'recipes'