1
0
Fork 0
mirror of synced 2024-06-29 11:30:46 +12:00
ArchiveBox/archivebox/core/apps.py

6 lines
83 B
Python
Raw Normal View History

2019-04-03 09:36:41 +13:00
from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'