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

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