apps.py 103 B

1234567
  1. from django.apps import AppConfig
  2. class ServermanagerConfig(AppConfig):
  3. name = 'servermanager'