1
0
Fork 0
mirror of synced 2024-06-27 18:40:52 +12:00
ArchiveBox/archivebox/core/apps.py

7 lines
137 B
Python
Raw Normal View History

2019-04-03 09:36:41 +13:00
from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'
2021-04-10 22:32:45 +12:00
default_auto_field = 'django.db.models.UUIDField'