6f5db4f 1ce2896 6f5db4f 1ce2896
1
2
3
4
5
from django.apps import AppConfig class MyAppConfig(AppConfig): name = 'myapp' verbose_name = 'My App'