--- a
+++ b/admins/apps.py
@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class AdminsConfig(AppConfig):
+    name = 'admins'