Files
Promocode-API/solution/apps/core/apps.py
T

7 lines
107 B
Python

from django.apps import AppConfig
class CoreConfig(AppConfig):
name = "apps.core"
label = "core"