1
0
Fork 0
mirror of synced 2024-06-21 11:50:17 +12:00
ArchiveBox/archivebox/core/apps.py
2021-04-10 06:32:45 -04:00

7 lines
137 B
Python

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