We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bf17e commit 6fc87ceCopy full SHA for 6fc87ce
user_sessions/apps.py
@@ -0,0 +1,7 @@
1
+from django.apps import AppConfig
2
+
3
4
+class UserSessionsConfig(AppConfig):
5
+ default_auto_field = 'django.db.models.BigAutoField'
6
+ name = 'user_sessions'
7
+ verbose_name = 'User Sessions'
0 commit comments