Skip to content

Commit 6fc87ce

Browse files
ataylor32WhyNotHugo
authored andcommitted
Added the "UserSessionsConfig" class
1 parent e2bf17e commit 6fc87ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

user_sessions/apps.py

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)