apps.py 91 B

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