mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 01:15:57 +10:00
8 lines
182 B
Python
8 lines
182 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SessionsConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "archivebox.personas"
|
|
label = "personas"
|