An open API service indexing awesome lists of open source software.

https://github.com/cordada/cdd-django-ptpython

Use Ptpython as Django shell
https://github.com/cordada/cdd-django-ptpython

django library ptpython python

Last synced: 10 months ago
JSON representation

Use Ptpython as Django shell

Awesome Lists containing this project

README

          

# Cordada Django Ptpython

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

## Installation

Install Python package:

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

Add application to Django settings:

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