معرفی شرکت ها


django-south-compass-0.0.2a0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Compass is a tool to guide your south migrations.
ویژگی مقدار
سیستم عامل -
نام فایل django-south-compass-0.0.2a0
نام django-south-compass
نسخه کتابخانه 0.0.2a0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Agiliq Solutions
ایمیل نویسنده hello@agiliq.com
آدرس صفحه اصلی http://github.com/agiliq/compass
آدرس اینترنتی https://pypi.org/project/django-south-compass/
مجوز BSD
django-south-compass ==================== .. image:: https://travis-ci.org/agiliq/compass.png?branch=master :target: https://travis-ci.org/agiliq/compass :alt: Build Status What is it? ----------- Django south compass is a tool to guide your south migrations. It is a git hook that keeps your south migrations in sync with your repository. Installation ------------ .. code-block:: bash $ pip install django-south-compass Usage ----- Go to your git repo and do: .. code-block:: bash $ django-south-compass install This will setup a git hook so that whenever you checkout a branch, you're migrations are synced up. Eg. .. code-block:: bash $ git branch * master feature1 feature2 $ git checkout feature1 # Migrates to any new migrations added in feature1 $ git checkout master # Migrates back to the last migration in master $ git checkout feature2 # Migrates to any new migrations added in feature2 $ git checkout feature1 # Migrates back to the last migration common between # feature1 and feature2, then migrates forward to feature1 License ------- 3 Clause BSD. Bug report and Help ------------------- For bug reports open a github ticket. Patches gratefully accepted. Need help? `Contact us here`_ .. _contact us here: http://agiliq.com/contactus Thanks ------ Django south compass was inspired by `hookup`_ for rails. .. _hookup: https://github.com/tpope/hookup


نحوه نصب


نصب پکیج whl django-south-compass-0.0.2a0:

    pip install django-south-compass-0.0.2a0.whl


نصب پکیج tar.gz django-south-compass-0.0.2a0:

    pip install django-south-compass-0.0.2a0.tar.gz