1
0
Fork 0
mirror of synced 2024-05-19 03:42:24 +12:00
ArchiveBox/archivebox/core/apps.py
2023-11-14 02:09:58 -08:00

7 lines
139 B
Python

from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'
# default_auto_field = 'django.db.models.UUIDField'