feat: Initialize django at the beginning

This commit is contained in:
Cristian
2020-10-26 07:45:21 -05:00
parent 5faadee7d1
commit e1d0b8bce7
5 changed files with 7 additions and 13 deletions

View File

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