1
0
Fork 0
mirror of synced 2024-09-15 16:58:12 +12:00
ArchiveBox/archivebox/core/apps.py
2021-04-10 06:32:45 -04:00

6 lines
137 B
Python

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