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

https://github.com/reganto/django-ptpython

A Package to Set Ptpython as the Default Django Shell :sparkles:
https://github.com/reganto/django-ptpython

django django-application django-framework django-packages ptpython python

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        




django-ptpython



PtPython as the Default Django Shell.





Test

PyPI version


## Getting Started

### Install the Package

Install latest version:

```bash
pip install git+https://github.com/reganto/django-ptpython
```

Install it via pip:

```bash
pip install django-ptpython
```

### Install the App

Add `django-ptpython` to your `INSTALLED_APPS` setting:

```python
INSTALLED_APPS = [
# ...
"django_ptpython",
# ...
]
```

## Usage

```bash
./manage.py shell
```

![screenshot](https://user-images.githubusercontent.com/29402115/164965563-5d2091ef-e880-49a3-bef9-f1fc49419e54.png)

## License

Distributed under the Apache License. See [LICENSE](https://github.com/reganto/django-ptpython/blob/master/LICENSE.txt) for more information.

## Open your mailbox and

tell.reganto[at]gmail[dot]com

Hi!