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
commit 1b22f8eeef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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()