Skip to content

Commit

Permalink
Added the "UserSessionsConfig" class
Browse files Browse the repository at this point in the history
  • Loading branch information
ataylor32 authored and WhyNotHugo committed May 22, 2024
1 parent e2bf17e commit 6fc87ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions user_sessions/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from django.apps import AppConfig


class UserSessionsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'user_sessions'
verbose_name = 'User Sessions'

0 comments on commit 6fc87ce

Please sign in to comment.