apps.py 121 B

123456
  1. from django.apps import AppConfig
  2. class ServicesConfig(AppConfig):
  3. name = 'services'
  4. verbose_name = 'Services'