New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

django-pyrepl

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-pyrepl

Use Python 3.13 REPL with Django shell

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

django-pyrepl

You've upgraded your Django project to Python 3.13 and want to try out the new REPL. Unfortunately, it's a no go. But thankfully, Trey Hunner wrote Django and the Python 3.13 REPL article in which he shows how to enable it.

This is just his idea packaged into a installable django app. Full credits go to Trey.

Warning: This app uses unsupported _pyrepl module. Hopefully, the future versions of Python will be supported and this app becomes deprecated.

Installation

uv add django_pyrepl

Or if you really need to:

pip install django_pyrepl

After that, simply add it to INSTALLED_APPS in your project settings.py

INSTALLED_APPS = [
    ...
    "django_pyrepl",
    ...
]

Licence

MIT.

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