{ "info": { "author": "Marcin Muszynski", "author_email": "marcinowski007@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.7", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=======================\nDjango Migration Helper\n=======================\n\nDjango Migration Helper is a simple app containing commands that\nmake more complicated migrations a lot easier. Use it if you want to\nperform some structural changes in your code while keeping the data in your database intact.\n\nQuick start\n-----------\n\n1. Add \"migration_helper\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'migration_helper',\n ]\n\nBasic Usage\n-----------\nBefore using make sure you have applied all your previous migrations! Make sure your\ndatabase state is neutral. Also, as an extra precaution, you may want to dump your\ndatabase, just in case.\nNext, physically move the model between apps and resolve all import dependecies.\nAs a next step you run this command:\n\n::\n python manage.py move_model [**options]\n\nThis command creates migration files for an operation of moving a model\n(given by ``) from `` to `` keeping the data\nalready stored in database intact and resolving all relative fields using\n`migrations.SeperateStateAndDatabase` operations.\n\n\nBy default this command only generates migration files.\nNext step would be to run `python manage.py migrate`.\nIf you want to do it automatically, running this command\nwith `--migrate` flag applies the migrations.\nRunning this with `--dry-run` doesn't create migration files,\nit just shows what operations would be made in the console.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/marcinowski/django-migration-helper", "keywords": "", "license": "GNU License", "maintainer": "", "maintainer_email": "", "name": "django-migration-helper", "package_url": "https://pypi.org/project/django-migration-helper/", "platform": "", "project_url": "https://pypi.org/project/django-migration-helper/", "project_urls": { "Homepage": "https://github.com/marcinowski/django-migration-helper" }, "release_url": "https://pypi.org/project/django-migration-helper/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Django helper for more complicated migrations.", "version": "0.1.1" }, "last_serial": 2605556, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "187914cc9f7f2bd0ae7a241575506366", "sha256": "3fa59cfaaba6bf02218db8b2e3adcfbd3e798cbb3f61bd5bc4c11803c48e7ec5" }, "downloads": -1, "filename": "django-migration-helper-0.1.tar.gz", "has_sig": false, "md5_digest": "187914cc9f7f2bd0ae7a241575506366", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5180, "upload_time": "2017-01-28T17:31:10", "url": "https://files.pythonhosted.org/packages/ea/eb/3bf156f058602a94945ac152e1f1904657a3d42a1be6969d30b97876a8a3/django-migration-helper-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "2623825fdbce0c2d5ddb9b8d60450e4c", "sha256": "bfb7fbcbde712d37de251d878bb1717601d9fcfd51cf44019b961cd2d8612aa6" }, "downloads": -1, "filename": "django-migration-helper-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2623825fdbce0c2d5ddb9b8d60450e4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5723, "upload_time": "2017-01-30T00:25:26", "url": "https://files.pythonhosted.org/packages/b0/c9/f244fd9e297480c544880d62e0f1afa152407f546b4df9634e6d7fbaccd3/django-migration-helper-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2623825fdbce0c2d5ddb9b8d60450e4c", "sha256": "bfb7fbcbde712d37de251d878bb1717601d9fcfd51cf44019b961cd2d8612aa6" }, "downloads": -1, "filename": "django-migration-helper-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2623825fdbce0c2d5ddb9b8d60450e4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5723, "upload_time": "2017-01-30T00:25:26", "url": "https://files.pythonhosted.org/packages/b0/c9/f244fd9e297480c544880d62e0f1afa152407f546b4df9634e6d7fbaccd3/django-migration-helper-0.1.1.tar.gz" } ] }