mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-12-13 06:12:34 +00:00
6 lines
83 B
Python
6 lines
83 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class CoreConfig(AppConfig):
|
||
|
name = 'core'
|