mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-30 06:25:28 -04:00
feat: Move setup_django to an inner module
This commit is contained in:
parent
e1d0b8bce7
commit
a6bee5f111
3 changed files with 4 additions and 5 deletions
|
@ -1,5 +1 @@
|
|||
__package__ = 'archivebox'
|
||||
from .config import setup_django, OUTPUT_DIR
|
||||
|
||||
print(OUTPUT_DIR)
|
||||
setup_django()
|
||||
|
|
|
@ -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