apps.py 85 B

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