Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 368 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 368 Bytes

Cordada Django Ptpython

This is a library that adds support for using Ptpython with django-admin shell.

Installation

Install Python package:

pip install 'cordada-django-ptpython @ git+https://github.com/cordada/cdd-django-ptpython.git'

Add application to Django settings:

INSTALLED_APPS = [
  # ...
  'cordada.django_ptpython',
]