{ "info": { "author": "Arun Kumar", "author_email": "arun6582@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# Installation\r\n`*pip install reinit-migrations*`\r\n\r\n# Release 0.1\r\n## Usage\r\nAdd reinit_migrations to INSTALLED_APPS\r\n`*./manage reinit_migrations*`\r\nIt will delete all the applied migrations from the disk and the db. Useful when migration files are too many and it slows down the computer. Reset migrations using this utility and run makemigration then fake all of them.\r\n\r\n# Release 0.2\r\n## Usage\r\nAdd reinit_migrations to INSTALLED_APPS\r\n`*./manage reinit_migrations*`\r\nThis will delete migrations for all apps from db and disk\r\n`./manage reinit_migrations --apps app1 app2 app3 ...*`\r\nThis will delete migration for app1, app2, app3 only.\r\n\r\n## Release 0.6\r\nSeparate your apps into three lists\r\n```\r\nDEFAULTS = [django framework apps]\r\nTHIRD_PARTY_APPS = [third party apps]\r\nLOCAL_APPS = [your apps]\r\nINSTALLED_APPS = DEFAULT + THIRD_PARTY_APPS + LOCAL_APPS\r\n```\r\nthis app will work on LOCAL_APPS only.\r\n\r\n*As always pull requests are welcome :)*\r\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/arun6582/reinit-migrations/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "reinit-migrations", "package_url": "https://pypi.org/project/reinit-migrations/", "platform": "", "project_url": "https://pypi.org/project/reinit-migrations/", "project_urls": { "Homepage": "https://github.com/arun6582/reinit-migrations/" }, "release_url": "https://pypi.org/project/reinit-migrations/0.6/", "requires_dist": null, "requires_python": "", "summary": "A management utility to reset migrations", "version": "0.6" }, "last_serial": 4119480, "releases": { "0.2": [], "0.3": [ { "comment_text": "", "digests": { "md5": "8f8b6ba3654ae6451ec7d9075a23be9f", "sha256": "6c6caa2e22d4cc6c71b7dd737c9265b0bd0c05a86f7a46abf4bbf09d71563418" }, "downloads": -1, "filename": "reinit-migrations-0.3.tar.gz", "has_sig": false, "md5_digest": "8f8b6ba3654ae6451ec7d9075a23be9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14817, "upload_time": "2016-11-23T14:05:45", "url": "https://files.pythonhosted.org/packages/8c/53/1394666426198e98649e226bf666b28b6eb5af658d5703c42dffdf17fd88/reinit-migrations-0.3.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "9e75e6ae95a09fd5d17d08156cc51ea3", "sha256": "43005a869b5e0c743478449f767bf20edd3d0a0c541bb7d2c44f44519ccbccac" }, "downloads": -1, "filename": "reinit-migrations-0.6.tar.gz", "has_sig": false, "md5_digest": "9e75e6ae95a09fd5d17d08156cc51ea3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15332, "upload_time": "2018-07-31T09:30:21", "url": "https://files.pythonhosted.org/packages/6a/97/e0d5eaebe252fdc0514b3635c113feadaa589cd27ef272a99e4f473e0abf/reinit-migrations-0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9e75e6ae95a09fd5d17d08156cc51ea3", "sha256": "43005a869b5e0c743478449f767bf20edd3d0a0c541bb7d2c44f44519ccbccac" }, "downloads": -1, "filename": "reinit-migrations-0.6.tar.gz", "has_sig": false, "md5_digest": "9e75e6ae95a09fd5d17d08156cc51ea3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15332, "upload_time": "2018-07-31T09:30:21", "url": "https://files.pythonhosted.org/packages/6a/97/e0d5eaebe252fdc0514b3635c113feadaa589cd27ef272a99e4f473e0abf/reinit-migrations-0.6.tar.gz" } ] }