We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcae5cf commit e4d28fbCopy full SHA for e4d28fb
push_notifications/apps.py
@@ -0,0 +1,6 @@
1
+from django.apps import AppConfig
2
+
3
4
+class PushNotificationsConfig(AppConfig):
5
+ name = "push_notifications"
6
+ default_auto_field = "django.db.models.AutoField"
0 commit comments