apps.py 83 B

123456
  1. from django.apps import AppConfig
  2. class CoreConfig(AppConfig):
  3. name = 'core'