{ "info": { "author": "Gregor M\u00fcllegger", "author_email": "gregor@muellegger.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3" ], "description": "============\ndjango-reset\n============\n\nThis is a port of Django's ``reset`` management command that was shipped with\nDjango 1.4.x and earlier. Django 1.5 removed this command.\n\nThere might be good reasons not to further maintain it in the Django core,\nhowever it was always quite useful during prototyping a new Django based\nproject. Thats why I decided to bring it to Django 1.5 and higher with this\napp.\n\nFull credits for the code goes to the awesome Django project.\n\nInstallation\n============\n\n1. Install ``django-reset`` with pip::\n \n pip install django-reset\n\n2. Add ``'django_reset'`` to your ``INSTALLED_APPS`` setting::\n\n INSTALLED_APPS = (\n ...\n 'django_reset',\n ...\n )\n\nUsage\n=====\n\ndjango-admin.py reset \n-------------------------------------------\n\nExecutes the equivalent of ``sqlreset`` for the given app name(s).\n\nThe ``--noinput`` option may be provided to suppress all user prompts.\n\nThe ``--database`` option can be used to specify the alias\nof the database to reset.\n\ndjango-admin.py sqlreset \n----------------------------------------------\n\nPrints the DROP TABLE SQL, then the CREATE TABLE SQL, for the given app\nname(s).\n\nThe ``--database`` option can be used to specify the database for which to\nprint the SQL.\n\nTrivia\n======\n\nFor code, bug reports, patches or if you wish to contact me, go to\nhttps://github.com/gregmuellegger/django-reset\n\n\nChangelog\n=========\n\n0.2.0\n-----\n\n* Python 3 support!\n\n0.1.0\n-----\n\n* Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/gregmuellegger/django-reset", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-reset", "package_url": "https://pypi.org/project/django-reset/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-reset/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/gregmuellegger/django-reset" }, "release_url": "https://pypi.org/project/django-reset/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Forward-port of Django's reset management command. It was removed with Django 1.5.", "version": "0.2.0" }, "last_serial": 811261, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "428574f529e7869ae3b176ba88e443f4", "sha256": "54e1ec1582b73f42ecf360038e805f8855808eee0dfdcba01b8d481f17b4d99f" }, "downloads": -1, "filename": "django-reset-0.1.0.tar.gz", "has_sig": false, "md5_digest": "428574f529e7869ae3b176ba88e443f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4546, "upload_time": "2013-03-06T23:43:58", "url": "https://files.pythonhosted.org/packages/a2/0b/7583fd39f4884da8f585191b314cd6741147e492e7222cdb7c2bc43a640e/django-reset-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "71ca67886b219208657279a12a556feb", "sha256": "df0764ded8edaee236daa2a7a608e677bd61c8935308a740076d09d5c90ac2c5" }, "downloads": -1, "filename": "django-reset-0.2.0.tar.gz", "has_sig": false, "md5_digest": "71ca67886b219208657279a12a556feb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4872, "upload_time": "2013-07-08T20:47:04", "url": "https://files.pythonhosted.org/packages/c3/26/de385c40d7dda8fea16270c5e4d9db60c7a88dce4a8f4dd99115be2f7a21/django-reset-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "71ca67886b219208657279a12a556feb", "sha256": "df0764ded8edaee236daa2a7a608e677bd61c8935308a740076d09d5c90ac2c5" }, "downloads": -1, "filename": "django-reset-0.2.0.tar.gz", "has_sig": false, "md5_digest": "71ca67886b219208657279a12a556feb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4872, "upload_time": "2013-07-08T20:47:04", "url": "https://files.pythonhosted.org/packages/c3/26/de385c40d7dda8fea16270c5e4d9db60c7a88dce4a8f4dd99115be2f7a21/django-reset-0.2.0.tar.gz" } ] }