reganto / django-ptpython

A Package to Set Ptpython as the Default Django Shell :sparkles:
Apache License 2.0
3 stars 1 forks source link
django django-application django-framework django-packages ptpython python


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