feat: Move setup_django to an inner module

This commit is contained in:
Cristian
2020-10-26 08:02:04 -05:00
parent e1d0b8bce7
commit a6bee5f111
3 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1 @@
__package__ = 'archivebox'
from .config import setup_django, OUTPUT_DIR
print(OUTPUT_DIR)
setup_django()