mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-14 13:46:54 +03:00
8 lines
149 B
Python
8 lines
149 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class RecipesConfig(AppConfig):
|
||
|
name = 'cookbook.recipes'
|
||
|
label = 'recipes'
|
||
|
verbose_name = 'Recipes'
|