Skip to content

A Package to Set Ptpython as the Default Django Shell ✨

License

Notifications You must be signed in to change notification settings

reganto/django-ptpython

Repository files navigation


django-ptpython

PtPython as the Default Django Shell.

Test PyPI version

Getting Started

Install the Package

Install it via pip:

pip install django-ptpython

Install the App

Add django-ptpython to your INSTALLED_APPS setting:

INSTALLED_APPS = [
    # ...
    "django_ptpython",
    # ...
]

Usage

./manage.py shell

screenshot

License

Distributed under the Apache License. See LICENSE for more information.

Contact

Email: tell.reganto[at]gmail[dot]com