1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00
ArchiveBox/archivebox/core/apps.py

7 lines
139 B
Python
Raw Normal View History

2019-04-03 09:36:41 +13:00
from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'
2023-11-14 23:04:49 +13:00
# default_auto_field = 'django.db.models.UUIDField'