1
0
Fork 0
mirror of synced 2024-07-03 13:30:28 +12:00
ArchiveBox/archivebox/plugantic/apps.py
2024-05-17 20:13:54 -07:00

7 lines
150 B
Python

from django.apps import AppConfig
class PluganticConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'plugantic'