معرفی شرکت ها


django-sqlfixtables-1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Management command for fixing tables after model changes
ویژگی مقدار
سیستم عامل -
نام فایل django-sqlfixtables-1.2
نام django-sqlfixtables
نسخه کتابخانه 1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dennis Kaarsemaker
ایمیل نویسنده dennis@kaarsemaker.net
آدرس صفحه اصلی http://github.com/seveas/django-sqlfixtables
آدرس اینترنتی https://pypi.org/project/django-sqlfixtables/
مجوز UNKNOWN
Copyright (c) 2009-2012 Dennis Kaarsemaker <dennis@kaarsemaker.net> Inspect your models and database and print Print SQL statements for changes in models since the table was created/fixed. Supported changes are: - ALTER TABLE to add/drop columns - ALTER TABLE to change the length of VARCHAR fields - ALTER TABLE to change default values - CREATE INDEX for new ForeignKey and OneToOne fields - CREATE TABLE for new m2m relations Not (yet) supported: - Databases other than MySQL (sqlite will never be supported, others can possibly be supported, patches welcome) - Changes in unique_together - Field type changes (they will be detected and warned about though) - Index additions/removals - Deleting old m2m tables - Parent changes in multi-table inheritance If you need those, a complete migration framework like django-south is a better option for you. Install: python setup.py install Usage: - Add 'sqlfixtables' to INSTALLED_APPS - Run: ./manage.py sqlfixtables <appname> Compatible with django 1.0-1.4. Tested only on MySQL, bugreports or testreports for other databases are welcome.


نحوه نصب


نصب پکیج whl django-sqlfixtables-1.2:

    pip install django-sqlfixtables-1.2.whl


نصب پکیج tar.gz django-sqlfixtables-1.2:

    pip install django-sqlfixtables-1.2.tar.gz