Created
March 11, 2017 12:27
-
-
Save Cediddi/865fe9cf73e3abf84dcb9082d58a4908 to your computer and use it in GitHub Desktop.
django_extensions' shell_plus for Pycharm's django console
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django_extensions.management.shells import import_objects | |
from django.core.management.color import no_style | |
globals().update(import_objects({"dont_load":[], "quiet_load":False},no_style())) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment