معرفی شرکت ها


django-extensions-shell-1.7.4.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Isolated shell_plus command from django-extensions
ویژگی مقدار
سیستم عامل -
نام فایل django-extensions-shell-1.7.4.1
نام django-extensions-shell
نسخه کتابخانه 1.7.4.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Remco Wendt
ایمیل نویسنده remco.wendt@gmail.com
آدرس صفحه اصلی http://github.com/shanx/django-extensions-shell
آدرس اینترنتی https://pypi.org/project/django-extensions-shell/
مجوز MIT License
========================= Django Extensions Shell ========================= .. image:: https://img.shields.io/pypi/l/django-extensions-shell.svg :target: https://raw.githubusercontent.com/shanx/django-extensions-shell/master/LICENSE .. image:: https://img.shields.io/pypi/v/django-extensions-shell.svg :target: https://pypi.python.org/pypi/django-extensions-shell/ :alt: Latest PyPI version .. image:: https://img.shields.io/pypi/dm/django-extensions-shell.svg :target: https://pypi.python.org/pypi/django-extensions-shell/ :alt: Number of PyPI downloads .. image:: https://img.shields.io/pypi/wheel/django-extensions-shell.svg :target: https://pypi.python.org/pypi/django-extensions-shell/ :alt: Supports Wheel format 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: - https://django-extensions-shell.readthedocs.io 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


نحوه نصب


نصب پکیج whl django-extensions-shell-1.7.4.1:

    pip install django-extensions-shell-1.7.4.1.whl


نصب پکیج tar.gz django-extensions-shell-1.7.4.1:

    pip install django-extensions-shell-1.7.4.1.tar.gz