mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-12-02 08:59:18 +00:00
5 lines
83 B
Python
5 lines
83 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CoreConfig(AppConfig):
|
|
name = 'core'
|