{ "info": { "author": "Mishbah Razzaque", "author_email": "mishbahx@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=============================\ndjango-modeladmin-reorder\n=============================\n\n\n.. image:: http://img.shields.io/travis/mishbahr/django-modeladmin-reorder.svg?style=flat-square\n :target: https://travis-ci.org/mishbahr/django-modeladmin-reorder/\n\n.. image:: http://img.shields.io/pypi/v/django-modeladmin-reorder.svg?style=flat-square\n :target: https://pypi.python.org/pypi/django-modeladmin-reorder/\n :alt: Latest Version\n\n.. image:: http://img.shields.io/pypi/dm/django-modeladmin-reorder.svg?style=flat-square\n :target: https://pypi.python.org/pypi/django-modeladmin-reorder/\n :alt: Downloads\n\n.. image:: http://img.shields.io/pypi/l/django-modeladmin-reorder.svg?style=flat-square\n :target: https://pypi.python.org/pypi/django-modeladmin-reorder/\n :alt: License\n\n\nCustom ordering for the apps and models in the admin app. You can also rename, cross link or exclude models from the app list.\n\n\nFeatures\n--------\n\n* Reorder apps in admin index - this will allow you to position most used apps in top of the page, instead of listing apps alphabetically. e.g. ``sites`` app before the ``auth`` app\n\n* Rename app labels easily for third party apps without having to modify the source code. e.g. rename ``auth`` app to ``Authorisation`` for the django admin app.\n\n* Split large apps into smaller groups of models.\n\n* Reorder models within an app. e.g. ``auth.User`` model before the ``auth.Group`` model.\n\n* Exclude any of the models from the app list. e.g. Exclude ``auth.Group`` from the app list. Please note this only excludes the model from the app list and it doesn't protect it from access via url.\n\n* Cross link models from multiple apps. e.g. Add ``sites.Site`` model to the ``auth`` app.\n\n* Rename individual models in the app list. e.g. rename ``auth.User`` from ``User`` to ``Staff``\n\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-modeladmin-reorder.readthedocs.org.\n\n\nInstall\n----------\n\nInstall django-modeladmin-reorder:\n\n.. code-block:: bash\n\n pip install django-modeladmin-reorder\n\n\nConfiguration\n-------------\n\n1. Add `admin_reorder` to `INSTALLED_APPS`:\n\n .. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'admin_reorder',\n ...\n )\n\n\n2. Add the `ModelAdminReorder` to `MIDDLEWARE_CLASSES`:\n\n .. code-block:: python\n\n MIDDLEWARE_CLASSES = (\n ...\n 'admin_reorder.middleware.ModelAdminReorder',\n ...\n )\n\n\n3. Add the setting `ADMIN_REORDER` to your settings.py:\n\n .. code-block:: python\n\n ADMIN_REORDER = (\n # Keep original label and models\n 'sites',\n\n # Rename app\n {'app': 'auth', 'label': 'Authorisation'},\n\n # Reorder app models\n {'app': 'auth', 'models': ('auth.User', 'auth.Group')},\n\n # Exclude models\n {'app': 'auth', 'models': ('auth.User', )},\n\n # Cross-linked models\n {'app': 'auth', 'models': ('auth.User', 'sites.Site')},\n\n # models with custom name\n {'app': 'auth', 'models': (\n 'auth.Group',\n {'model': 'auth.User', 'label': 'Staff'},\n )},\n )\n\n\n\n\nHistory\n-------\n\n0.1.0 (2014-08-01)\n++++++++++++++++++\n\n* First release on PyPI.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mishbahr/django-modeladmin-reorder", "keywords": "django-modeladmin-reorder", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-modeladmin-reorder", "package_url": "https://pypi.org/project/django-modeladmin-reorder/", "platform": "", "project_url": "https://pypi.org/project/django-modeladmin-reorder/", "project_urls": { "Homepage": "https://github.com/mishbahr/django-modeladmin-reorder" }, "release_url": "https://pypi.org/project/django-modeladmin-reorder/0.3.1/", "requires_dist": null, "requires_python": "", "summary": "Custom ordering for the apps and models in the admin app.", "version": "0.3.1" }, "last_serial": 3807508, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5aba2133d18af5bba4183f44fd10a589", "sha256": "b157bbc900f5454f34a7504dc4d8a46fe8390c842aa65c0362ceed365d55a248" }, "downloads": -1, "filename": "django-modeladmin-reorder-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5aba2133d18af5bba4183f44fd10a589", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6475, "upload_time": "2014-07-30T22:01:33", "url": "https://files.pythonhosted.org/packages/8e/1e/5ba9ec9eca66c7c3d94308d342accde281e4b9607e0e0d8088ce353bc984/django-modeladmin-reorder-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "dd96c1a2496df60476ab5367321d6f7b", "sha256": "a20603c2cfa28a8b76f0de34a6dc3317505ca647c3f63ab958d55f9fba134099" }, "downloads": -1, "filename": "django-modeladmin-reorder-0.1.1.tar.gz", "has_sig": false, "md5_digest": "dd96c1a2496df60476ab5367321d6f7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6921, "upload_time": "2014-08-26T14:02:06", "url": "https://files.pythonhosted.org/packages/40/02/f8035ef01f89aa85e0a926afaded703cb040f5a9aa7d789431830d2cefa9/django-modeladmin-reorder-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "47d95220f9bc159066b5ca53088de705", "sha256": "5447f89802d6d47945656ce076ce20d3182995e8a2605f2fd0161c21235d51c1" }, "downloads": -1, "filename": "django-modeladmin-reorder-0.1.2.tar.gz", "has_sig": false, "md5_digest": "47d95220f9bc159066b5ca53088de705", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6928, "upload_time": "2014-08-26T14:06:56", "url": "https://files.pythonhosted.org/packages/73/21/39c6c4237a947deea3fa27deb1698de9257b5a5ebf25544fe4e4d12a373c/django-modeladmin-reorder-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "ed8b3b43625d02b4578b6c0942a0107c", "sha256": "bd86bf55bbf0d8f1c59657a539d756fb551f240a0609ccbae25af7b1d757d072" }, "downloads": -1, "filename": "django-modeladmin-reorder-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ed8b3b43625d02b4578b6c0942a0107c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6983, "upload_time": "2016-03-31T22:26:11", "url": "https://files.pythonhosted.org/packages/b3/c0/931f6079f1f272d45bf99178028e75af5198b8098af1d33e327b76784cd8/django-modeladmin-reorder-0.1.3.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "36a866aee0e41e9a528874ed41abd239", "sha256": "48b21027714b7f20f5b5125bd7741284014e84966351c09f561c3dc6312c8112" }, "downloads": -1, "filename": "django-modeladmin-reorder-0.2.tar.gz", "has_sig": false, "md5_digest": "36a866aee0e41e9a528874ed41abd239", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7124, "upload_time": "2016-09-08T23:58:56", "url": "https://files.pythonhosted.org/packages/8f/2d/5219e2e9edd3c7c8b25b78ab62c745d0683d198ed898f0e715517b1299af/django-modeladmin-reorder-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "d417f5c0ac077c11dc7dfef2a3ff2ddd", "sha256": "b59a536bb1f87f350c0217610396908cf82930dc60b4593f46892250961c56cf" }, "downloads": -1, "filename": "django-modeladmin-reorder-0.3.tar.gz", "has_sig": false, "md5_digest": "d417f5c0ac077c11dc7dfef2a3ff2ddd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7106, "upload_time": "2018-02-23T16:44:42", "url": "https://files.pythonhosted.org/packages/75/43/49f1dfa5bacba93cca5a7b3519c0da3fd247b73f3053ef9bef5218e41241/django-modeladmin-reorder-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "dfcccafeee311f81604cc7ebc8f1c0c7", "sha256": "bf42d0dcd184b796b4d6d988c4b4cea7914adfc4430dd9978a8a0199051f189f" }, "downloads": -1, "filename": "django-modeladmin-reorder-0.3.1.tar.gz", "has_sig": false, "md5_digest": "dfcccafeee311f81604cc7ebc8f1c0c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7149, "upload_time": "2018-04-25T16:47:09", "url": "https://files.pythonhosted.org/packages/90/91/371501d3b10455adb7e80f4efa598e65ffc4cb1686721212dccd1fb5bbe4/django-modeladmin-reorder-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dfcccafeee311f81604cc7ebc8f1c0c7", "sha256": "bf42d0dcd184b796b4d6d988c4b4cea7914adfc4430dd9978a8a0199051f189f" }, "downloads": -1, "filename": "django-modeladmin-reorder-0.3.1.tar.gz", "has_sig": false, "md5_digest": "dfcccafeee311f81604cc7ebc8f1c0c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7149, "upload_time": "2018-04-25T16:47:09", "url": "https://files.pythonhosted.org/packages/90/91/371501d3b10455adb7e80f4efa598e65ffc4cb1686721212dccd1fb5bbe4/django-modeladmin-reorder-0.3.1.tar.gz" } ] }