Django Extensions Shell is the shell_plus command extracted from the excellent Django Extensions project into its own project. In most projects I’ve been only using the shell_plus command and to me it feels much better to introduce a dependency on this specific code in projects then to depend on the whole Django Extensions project.
Django Extensions Shell will loosely follow releases done by the Django Extensions Project itself. The version number of Django Extensions Shell will always match the release of Django Extensions.
Requirements
Django Extensions Shell requires Django 1.8 or later.
Getting It
You can get Django Extensions by using pip or easy_install:
$ pip install django-extensions-shell or $ easy_install django-extensions-shell
If you want to install it from source, grab the git repository from GitHub and run setup.py:
$ git clone git://github.com/shanx/django-extensions-shell.git $ cd django-extensions-shell $ python setup.py install
Installing It
To enable django_extensions in your project you need to add it to INSTALLED_APPS in your projects settings.py file:
INSTALLED_APPS = (
...
'django_extensions_shell',
...
)
Using It
Run the enhanced django shell:
$ python manage.py shell_plus
Documentation
You can view documentation online at:
Or you can look at the docs/ directory in the repository.
Changelog
1.7.5 (unreleased)
1.7.4.1 (2016-09-16)
This version is still based on 1.7.4, unfortunately a minor bug was found that had to be fixed.
1.7.4 (2016-09-13)
Initial release based on Django Extensions 1.7.4
Release files for django-extensions-shell 1.7.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-extensions-shell-1.7.4.1.tar.gz | 104.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_extensions_shell-1.7.4.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 121.2 kB
Release files / django-extensions-shell-1.7.4.1.tar.gz
| Download URL | django-extensions-shell-1.7.4.1.tar.gz |
|---|---|
| Size | 104.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
934ab60c839e6ad412375c46a57e6b8a8b2a4fc3a7bdb5bbbe3fa2ba2884eaf5
|
|
BLAKE2b-256 checksum How to use checksums |
3836aa4a63b692e8ca02e3966347853116c3fca1ed82a57cb1463cbe5116d112
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_extensions_shell-1.7.4.1-py2.py3-none-any.whl
| Download URL | django_extensions_shell-1.7.4.1-py2.py3-none-any.whl |
|---|---|
| Size | 16.3 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
0aaf5e2d116de31db2430a1626e4e4284554f9d9961b0bdcdc996eef1573a15c
|
|
BLAKE2b-256 checksum How to use checksums |
180a78bc29a4d03fc9e00ce7798f01e5b4d72109c9491f2eeed9b6714bcbb7a1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |