reganto / django-ptpython

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

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

License:Apache License 2.0


Languages

Language:Python 100.0%