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:
- Host: GitHub
- URL: https://github.com/reganto/django-ptpython
- Owner: reganto
- License: apache-2.0
- Created: 2022-04-03T10:38:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T20:14:04.000Z (11 months ago)
- Last Synced: 2024-10-30T06:23:22.892Z (7 months ago)
- Topics: django, django-application, django-framework, django-packages, ptpython, python
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## 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
```
## 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!