mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 14:27:55 +10:00
7 lines
148 B
Python
7 lines
148 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SessionsConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "sessions"
|