Install it via pip:
pip install django-ptpython
Add django-ptpython
to your INSTALLED_APPS
setting:
INSTALLED_APPS = [
# ...
"django_ptpython",
# ...
]
./manage.py shell
Distributed under the Apache License. See LICENSE for more information.
Email: tell.reganto[at]gmail[dot]com