mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
6 lines
91 B
Python
6 lines
91 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CookbookConfig(AppConfig):
|
|
name = 'cookbook'
|