mirror of
https://github.com/zebrajr/ArchiveBox.git
synced 2025-12-07 00:21:11 +01:00
6 lines
83 B
Python
6 lines
83 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CoreConfig(AppConfig):
|
|
name = 'core'
|