Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-shell-plus

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-shell-plus

django-admin.py shell+ <- shell with models auto-imported

  • 1.1.7
  • PyPI
  • Socket score

Maintainers
1

django-shell+

A management command to start a shell, and auto-import all models, and the datetime module.

Usage::

$ django-admin.py shell+

or::

$ ./manage.py shell+

Also included: a command to update permissions.

$ django-admin.py update_permissions

Installation::

$ pip install django-shell-plus

And then add shell_plus to your settings.INSTALLED_APPS.

Changelog

1.1.7

Make update_permissions use new app-loading API.

1.1.6
~~~~

Use the new (!) app-loading from django. Remove code that uses deprecated APIs.

1.1.5

Import cache from django.core.cache, and reverse,resolve from django.core.urlresolvers, because I often fire up a shell, just to do this to check something.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc