mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-03 08:08:43 -04:00
wip
This commit is contained in:
parent
4b6f08b0fe
commit
5d9a32c364
178 changed files with 2982 additions and 1322 deletions
14
packages/abx-spec-django/abx_spec_django/apps.py
Normal file
14
packages/abx-spec-django/abx_spec_django/apps.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
__package__ = 'abx_spec_django'
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
import abx
|
||||
|
||||
|
||||
class ABXConfig(AppConfig):
|
||||
name = 'abx_spec_django'
|
||||
|
||||
def ready(self):
|
||||
from django.conf import settings
|
||||
|
||||
abx.pm.hook.ready(settings=settings)
|
Loading…
Add table
Add a link
Reference in a new issue