/django-ptpython

A Package to Set Ptpython as the Default Django Shell :sparkles:

Primary LanguagePythonApache License 2.0Apache-2.0


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