معرفی شرکت ها


django-reset-0.2.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Forward-port of Django's reset management command. It was removed with Django 1.5.
ویژگی مقدار
سیستم عامل -
نام فایل django-reset-0.2.0
نام django-reset
نسخه کتابخانه 0.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Gregor Müllegger
ایمیل نویسنده gregor@muellegger.de
آدرس صفحه اصلی http://github.com/gregmuellegger/django-reset
آدرس اینترنتی https://pypi.org/project/django-reset/
مجوز BSD
============ django-reset ============ This is a port of Django's ``reset`` management command that was shipped with Django 1.4.x and earlier. Django 1.5 removed this command. There might be good reasons not to further maintain it in the Django core, however it was always quite useful during prototyping a new Django based project. Thats why I decided to bring it to Django 1.5 and higher with this app. Full credits for the code goes to the awesome Django project. Installation ============ 1. Install ``django-reset`` with pip:: pip install django-reset 2. Add ``'django_reset'`` to your ``INSTALLED_APPS`` setting:: INSTALLED_APPS = ( ... 'django_reset', ... ) Usage ===== django-admin.py reset <appname appname ...> ------------------------------------------- Executes the equivalent of ``sqlreset`` for the given app name(s). The ``--noinput`` option may be provided to suppress all user prompts. The ``--database`` option can be used to specify the alias of the database to reset. django-admin.py sqlreset <appname appname ...> ---------------------------------------------- Prints the DROP TABLE SQL, then the CREATE TABLE SQL, for the given app name(s). The ``--database`` option can be used to specify the database for which to print the SQL. Trivia ====== For code, bug reports, patches or if you wish to contact me, go to https://github.com/gregmuellegger/django-reset Changelog ========= 0.2.0 ----- * Python 3 support! 0.1.0 ----- * Initial release


نحوه نصب


نصب پکیج whl django-reset-0.2.0:

    pip install django-reset-0.2.0.whl


نصب پکیج tar.gz django-reset-0.2.0:

    pip install django-reset-0.2.0.tar.gz