mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
Merge pull request #515 from cdvv7788/POC-setup-django-on-init
This commit is contained in:
commit
1b22f8eeef
5 changed files with 8 additions and 15 deletions
|
@ -134,3 +134,7 @@ __all__ = (
|
|||
'run_subcommand',
|
||||
*SUBCOMMANDS.keys(),
|
||||
)
|
||||
|
||||
|
||||
from ..config import setup_django
|
||||
setup_django()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue