Merge pull request #515 from cdvv7788/POC-setup-django-on-init

This commit is contained in:
Nick Sweeting
2020-11-27 23:56:37 -05:00
committed by GitHub
5 changed files with 8 additions and 15 deletions

View File

@@ -134,3 +134,7 @@ __all__ = (
'run_subcommand',
*SUBCOMMANDS.keys(),
)
from ..config import setup_django
setup_django()