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

7 lines
107 B
Python

from django.apps import AppConfig
class UserConfig(AppConfig):
name = "apps.user"
label = "user"