mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
6 lines
148 B
Python
6 lines
148 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SessionsConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "personas"
|