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
- Host: GitHub
- URL: https://github.com/cordada/cdd-django-ptpython
- Owner: cordada
- Created: 2024-08-14T00:02:45.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-10-01T19:35:16.000Z (about 1 year ago)
- Last Synced: 2025-01-15T13:44:50.267Z (11 months ago)
- Topics: django, library, ptpython, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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',
]
```