Skip to content
Snippets Groups Projects
apps.py 94 B
from django.apps import AppConfig


class MakeAWishConfig(AppConfig):
    name = 'make_a_wish'