Skip to content

Instantly share code, notes, and snippets.

@Cediddi
Created March 11, 2017 12:27
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cediddi/865fe9cf73e3abf84dcb9082d58a4908 to your computer and use it in GitHub Desktop.
Save Cediddi/865fe9cf73e3abf84dcb9082d58a4908 to your computer and use it in GitHub Desktop.
django_extensions' shell_plus for Pycharm's django console
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