معرفی شرکت ها


django-data-migration-0.2.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Data migration framework for Django that migrates legacy data into your new django app
ویژگی مقدار
سیستم عامل -
نام فایل django-data-migration-0.2.1
نام django-data-migration
نسخه کتابخانه 0.2.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Philipp Böhm
ایمیل نویسنده dev@pboehm.org
آدرس صفحه اصلی https://github.com/pboehm/django-data-migration
آدرس اینترنتی https://pypi.org/project/django-data-migration/
مجوز MIT License
django-data-migration ===================== |Build Status| |Coverage| |PyPi version| |PyPi downloads| |License| ``django-data-migration`` is a reusable Django app that migrates your legacy data into your new django app. The only thing you have to supply is an appropriate SQL query that transforms your data from the old schema into your model structure. Dependencies between these migrations will be resolved automatically. Give it a try! This extension is tested automatically against: - Django 1.5 - Django 1.6 - Django 1.7 on Python 2.7, 3.3 and 3.4. Python 3.2 is not supported, due to a `SyntaxError in the future library <https://github.com/PythonCharmers/python-future/issues/29>`__ which is used to support both Python 2 and 3. Installation ------------ 1. Install using pip: :: pip install django-data-migration 2. Add to ``INSTALLED_APPS``: :: 'data_migration', 3. Run ``./manage.py migrate`` or ``./manage.py syncdb`` to create the included models Alternatively, you can add ``django-data-migration`` to your ``requirements.txt``. Documentation ------------- The documentation of ``django-data-migration`` is built by ``sphinx`` and can be edited in the ``docs/`` directory of this project. `Go to the Documentation on Read The Docs <http://django-data-migration.readthedocs.org/en/latest/>`__ Status of project ----------------- This app has been extracted out of a production system and some work has been done, to write tests and refactor code. The project documentation is a work in progress. Start participating ------------------- - Fork the project on Github and clone it locally - Install Python 2.7 and 3.3, ``virtualenv`` and ``tox`` - Run the tests with ``tox`` against all supported versions of Python - Create a Pull Request on Github .. |PyPi version| image:: https://pypip.in/v/django-data-migration/badge.png :target: https://crate.io/packages/django-data-migration/ .. |PyPi downloads| image:: https://pypip.in/d/django-data-migration/badge.png :target: https://crate.io/packages/django-data-migration/ .. |Build Status| image:: https://travis-ci.org/pboehm/django-data-migration.png?branch=master :target: https://travis-ci.org/pboehm/django-data-migration .. |License| image:: https://pypip.in/license/django-data-migration/badge.png :target: https://pypi.python.org/pypi/django-data-migration/ .. |Coverage| image:: https://coveralls.io/repos/pboehm/django-data-migration/badge.png?branch=master :target: https://coveralls.io/r/pboehm/django-data-migration?branch=master


نحوه نصب


نصب پکیج whl django-data-migration-0.2.1:

    pip install django-data-migration-0.2.1.whl


نصب پکیج tar.gz django-data-migration-0.2.1:

    pip install django-data-migration-0.2.1.tar.gz