{ "info": { "author": "Andreu Vallbona", "author_email": "avallbona@apsl.net", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "[![Downloads](https://pepy.tech/badge/django-fast-migrations)](https://pepy.tech/project/django-fast-migrations)\n\n# Django-Fast-Migrations\n\nCommand to speed up the application of migrations in a Django project.\n\n\n## Installation\n\nInstall using pip:\n\n```\npip install django-fast-migrations\n```\n\nThen add ``'django_fast_migrations'`` to your ``INSTALLED_APPS``.\n\n```\nINSTALLED_APPS = [\n ...\n 'django_fast_migrations',\n]\n```\n\n## Usage\n\nHow to execute command:\n\n ./manage.py migrate_by_app\n \nThe previous command only checks if there are applications with pending migrations.\n\nTo execute the pending migrations we have to call the command:\n\n ./manage.py migrate_by_app\n\nWhen executed without parameters it **only checks** if there are applications with pending migrations\n\nPossible arguments:\n\n* ```--execute```: If pending migrations are found then execute them.\n* ```--database```: Nominates a database to synchronize. Defaults to the \"default\" database.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT", "maintainer": "Andreu Vallbona", "maintainer_email": "avallbona@apsl.net", "name": "django-fast-migrations", "package_url": "https://pypi.org/project/django-fast-migrations/", "platform": "", "project_url": "https://pypi.org/project/django-fast-migrations/", "project_urls": null, "release_url": "https://pypi.org/project/django-fast-migrations/0.1.0/", "requires_dist": [ "django (>=1.8)" ], "requires_python": "", "summary": "", "version": "0.1.0" }, "last_serial": 4457500, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "30af9aceceaa4b195c7b0a2578dcb708", "sha256": "c2e7b2793e8304374b2e92ea566a2c555bf47b8d0233a4735fbf7dfdb854bfec" }, "downloads": -1, "filename": "django_fast_migrations-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "30af9aceceaa4b195c7b0a2578dcb708", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9739, "upload_time": "2018-11-06T13:57:12", "url": "https://files.pythonhosted.org/packages/4d/a6/12e233cafa8f723b752612f2e40ffcbf019cc8f0046e6bcf2256dbf11314/django_fast_migrations-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bff1e2bae295366e9a2d6f5e5d9b70ae", "sha256": "5035053831043a9bd1f87a9fe5fc0bf7c735e3db6b79c11c55975995749b012b" }, "downloads": -1, "filename": "django-fast-migrations-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bff1e2bae295366e9a2d6f5e5d9b70ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3455, "upload_time": "2018-11-06T13:57:10", "url": "https://files.pythonhosted.org/packages/09/c0/fb3658605ad5932bf7c8f9559550c2781796f09f6b233c6bdbd0d6fbe46f/django-fast-migrations-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "30af9aceceaa4b195c7b0a2578dcb708", "sha256": "c2e7b2793e8304374b2e92ea566a2c555bf47b8d0233a4735fbf7dfdb854bfec" }, "downloads": -1, "filename": "django_fast_migrations-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "30af9aceceaa4b195c7b0a2578dcb708", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9739, "upload_time": "2018-11-06T13:57:12", "url": "https://files.pythonhosted.org/packages/4d/a6/12e233cafa8f723b752612f2e40ffcbf019cc8f0046e6bcf2256dbf11314/django_fast_migrations-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bff1e2bae295366e9a2d6f5e5d9b70ae", "sha256": "5035053831043a9bd1f87a9fe5fc0bf7c735e3db6b79c11c55975995749b012b" }, "downloads": -1, "filename": "django-fast-migrations-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bff1e2bae295366e9a2d6f5e5d9b70ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3455, "upload_time": "2018-11-06T13:57:10", "url": "https://files.pythonhosted.org/packages/09/c0/fb3658605ad5932bf7c8f9559550c2781796f09f6b233c6bdbd0d6fbe46f/django-fast-migrations-0.1.0.tar.gz" } ] }