{ "info": { "author": "Disqus", "author_email": "opensource@disqus.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Operating System :: OS Independent", "Topic :: Software Development" ], "description": "Nexus\n-----\n\nNexus is a pluggable admin application in Django. It's designed to give you a simple design and architecture for building admin applications.\n\n(This project is still under active development)\n\nScreenshot\n==========\n\n.. image:: http://dl.dropbox.com/u/116385/nexus.png\n\nInstall\n=======\n\nInstall it with pip (or easy_install)::\n\n\tpip install nexus\n\t\nConfig\n======\n\nYou'll need to enable it much like you would ``django.contrib.admin``.\n\nFirst, add it to your ``INSTALLED_APPS`` setting::\n\n\tINSTALLED_APPS = (\n\t ...\n\t 'nexus',\n\t)\n\nNow you'll want to include it within your ``urls.py``::\n\n\timport nexus\n\t\n\t# sets up the default nexus site by detecting all nexus_modules.py files\n\tnexus.autodiscover()\n\t\n\t# urls.py\n\turlpatterns = patterns('',\n\t ('^nexus/', include(nexus.site.urls)),\n\t)\n\nBy default Nexus requires django.contrib.auth and django.contrib.sessions. If you are using a custom auth system you can skip these requirements by using the setting ``NEXUS_SKIP_INSTALLED_APPS_REQUIREMENTS = True`` in your django settings.\n\nModules\n=======\n\nNexus by default includes a module that will automatically pick up ``django.contrib.admin``.\n\nOther applications which provide Nexus modules:\n\n* `Gargoyle `_\n* `Memcache `_\n* `Redis `_\n* `django-debug-logging `_\n* `Django-Experiments `_\n\n(docs on writing modules coming soon)\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/disqus/nexus", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "nexus", "package_url": "https://pypi.org/project/nexus/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nexus/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/disqus/nexus" }, "release_url": "https://pypi.org/project/nexus/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "An extendable admin interface", "version": "0.3.1" }, "last_serial": 1395217, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "bf99db66b432a0be7c86afeb9e36b8ec", "sha256": "808266396bac71c128baaeb84cdda388e7aceb245b3e919ac317a4b3cc3a2e19" }, "downloads": -1, "filename": "nexus-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bf99db66b432a0be7c86afeb9e36b8ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90598, "upload_time": "2010-12-20T22:21:54", "url": "https://files.pythonhosted.org/packages/49/7d/11fc587aef1e89c89a4926baa84727922681e1ffb5aadc106035d81bba1e/nexus-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "86175c393ee7451acdf07f4a975391ac", "sha256": "b7d005a4acc4548863a394e04090a29af308b2d5bb8b213278c1ec34140b3bdc" }, "downloads": -1, "filename": "nexus-0.1.1.tar.gz", "has_sig": false, "md5_digest": "86175c393ee7451acdf07f4a975391ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93303, "upload_time": "2010-12-23T10:12:45", "url": "https://files.pythonhosted.org/packages/f9/92/05f53c3ba385c51dfa20d43d588602cf74f946f21de711e9c586639f3bb4/nexus-0.1.1.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "104627202e0d95f905d843c013fe0c6a", "sha256": "c081e8a0e6dcc3ae5b08ee0e60d6e5275f78962e9678cc36b3d42cb59b8bb3df" }, "downloads": -1, "filename": "nexus-0.1.3.tar.gz", "has_sig": false, "md5_digest": "104627202e0d95f905d843c013fe0c6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94731, "upload_time": "2011-05-06T01:28:33", "url": "https://files.pythonhosted.org/packages/87/f9/2b40ee5b3deb437ef16a926c5aa3e24a7de407ffd159c45a683b50d09a59/nexus-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "5ad3eae3c98ea7fae28a1e721b776d9f", "sha256": "94baa0ee317271487f6c9ac122e273ff9de44f2dfd786e4b1e44740bd50bc6c1" }, "downloads": -1, "filename": "nexus-0.1.4.tar.gz", "has_sig": false, "md5_digest": "5ad3eae3c98ea7fae28a1e721b776d9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94724, "upload_time": "2011-05-06T01:32:18", "url": "https://files.pythonhosted.org/packages/96/89/3e28e621a83bbfc12b2a6bec55928078b69faf57adf17fa5fca1bd37ce15/nexus-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "66e68cbc2b1dc1455ef3f05520b428ba", "sha256": "e331b455b52cd4e4ed9fd3855c4c62036d58b25c32851ed7796ed252d30a956b" }, "downloads": -1, "filename": "nexus-0.1.5.tar.gz", "has_sig": false, "md5_digest": "66e68cbc2b1dc1455ef3f05520b428ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94860, "upload_time": "2011-05-06T01:55:06", "url": "https://files.pythonhosted.org/packages/83/eb/2da7c9f036866d82461037156496353dfec04ddb3c2901d7266ab41f9c3c/nexus-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "dc89bb5a79d66c8de8d94d3b4f4287cc", "sha256": "778ec5d62dca3b6a8afe320f198aa6d5796d8d90656d1b4b374811cbb42aa6ba" }, "downloads": -1, "filename": "nexus-0.1.6.tar.gz", "has_sig": false, "md5_digest": "dc89bb5a79d66c8de8d94d3b4f4287cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94878, "upload_time": "2011-05-06T01:57:15", "url": "https://files.pythonhosted.org/packages/33/e7/4b9a358fabd9dcb05fc534b45bfed735740f633c05564caf7e32e493be58/nexus-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "7cd1a6e8db49837cb42ffe799be0ce60", "sha256": "3ad92f4e1600c77f0f049fc3049b684354331a9b3842d26eea728cc5484f69cf" }, "downloads": -1, "filename": "nexus-0.1.7.tar.gz", "has_sig": false, "md5_digest": "7cd1a6e8db49837cb42ffe799be0ce60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94959, "upload_time": "2011-05-06T03:10:34", "url": "https://files.pythonhosted.org/packages/43/ce/86fc685d1aa756b76c4f5065ea1bec58ac49105aff67b553046e81a02271/nexus-0.1.7.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "f04a9f0d58e05874f9111e9591dca32f", "sha256": "0d131cd86109772697f6b6dbc74a6498005e957043c6b75cde19642bd1adb0b5" }, "downloads": -1, "filename": "nexus-0.2.0.tar.gz", "has_sig": false, "md5_digest": "f04a9f0d58e05874f9111e9591dca32f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95532, "upload_time": "2011-08-19T23:59:49", "url": "https://files.pythonhosted.org/packages/36/a3/12d0ee4a93b87c0462d34df6b45bf76dd30c84d7ce1b28bb73d76cf1311f/nexus-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "1ab63cdcbe4c173afc9ea9ceb231eac9", "sha256": "d04d70bd5de961dacd3bc880878bd87cfd5f11d01f884d980821e6e4c6b05372" }, "downloads": -1, "filename": "nexus-0.2.1.tar.gz", "has_sig": false, "md5_digest": "1ab63cdcbe4c173afc9ea9ceb231eac9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95566, "upload_time": "2011-12-19T23:44:59", "url": "https://files.pythonhosted.org/packages/82/df/07687c0a659ee2b051f0436acbe4cc8a506247af8ff8f178db74a501cdda/nexus-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "5652b69f5d15adcdc18fc38ee3826647", "sha256": "4d661c26c1843e9a2e75247afb0ea09af047d037c0c7084a8c1b0ddd51d98eb0" }, "downloads": -1, "filename": "nexus-0.2.2.tar.gz", "has_sig": false, "md5_digest": "5652b69f5d15adcdc18fc38ee3826647", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93196, "upload_time": "2011-12-20T00:04:17", "url": "https://files.pythonhosted.org/packages/15/8e/59f7c5f2cdac587faae360e81d18e96a63bfe60ba51b0c77395ab3590b88/nexus-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "bebbc4fafaa09c9c53615c5e41f47ad8", "sha256": "59e1b62cfdfcbce451b0795f0cfafacbea0487a3e17fef55c8f4083c51235029" }, "downloads": -1, "filename": "nexus-0.2.3.tar.gz", "has_sig": false, "md5_digest": "bebbc4fafaa09c9c53615c5e41f47ad8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96002, "upload_time": "2011-12-20T00:58:48", "url": "https://files.pythonhosted.org/packages/0f/69/9cce0827d8775eec103a2c8c8cb98998049733ee54531418a4d56ff02d08/nexus-0.2.3.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "8cf6ae103d43096e15612a50708c7a75", "sha256": "ad67f9168d2bf336e903ce212a308a4b27c02a37da69de11d72f4c4af9a71efb" }, "downloads": -1, "filename": "nexus-0.3.0.tar.gz", "has_sig": false, "md5_digest": "8cf6ae103d43096e15612a50708c7a75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93647, "upload_time": "2014-05-29T22:07:53", "url": "https://files.pythonhosted.org/packages/95/8f/754c46e2d34e4a6fa0aa9c1fdefb9f4987017bd484b0ae8eb316408ba494/nexus-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "e3ef599471f7872a8f827d0d34357546", "sha256": "3b5896693591bd968f0b07dc66938be398faa04c26fc2c03dc33481f3c4419fa" }, "downloads": -1, "filename": "nexus-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e3ef599471f7872a8f827d0d34357546", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 101686, "upload_time": "2015-01-24T22:53:14", "url": "https://files.pythonhosted.org/packages/3d/3b/a55836616febfab1a10e5c6c480f8d1ca1bc00835f7f25f7159652bd0c23/nexus-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b669dc861d855b29fccfa96258a832cd", "sha256": "e46e44a59896d0d5a95749cfcae060f3cd1aa8db7ea43a0ea3c2fcf0d80fe503" }, "downloads": -1, "filename": "nexus-0.3.1.tar.gz", "has_sig": false, "md5_digest": "b669dc861d855b29fccfa96258a832cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93719, "upload_time": "2015-01-24T22:53:11", "url": "https://files.pythonhosted.org/packages/06/c0/262786ae7821c47d54749f32964fcc1187960cfd61bfe5580a1e27e7ed6f/nexus-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e3ef599471f7872a8f827d0d34357546", "sha256": "3b5896693591bd968f0b07dc66938be398faa04c26fc2c03dc33481f3c4419fa" }, "downloads": -1, "filename": "nexus-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e3ef599471f7872a8f827d0d34357546", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 101686, "upload_time": "2015-01-24T22:53:14", "url": "https://files.pythonhosted.org/packages/3d/3b/a55836616febfab1a10e5c6c480f8d1ca1bc00835f7f25f7159652bd0c23/nexus-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b669dc861d855b29fccfa96258a832cd", "sha256": "e46e44a59896d0d5a95749cfcae060f3cd1aa8db7ea43a0ea3c2fcf0d80fe503" }, "downloads": -1, "filename": "nexus-0.3.1.tar.gz", "has_sig": false, "md5_digest": "b669dc861d855b29fccfa96258a832cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93719, "upload_time": "2015-01-24T22:53:11", "url": "https://files.pythonhosted.org/packages/06/c0/262786ae7821c47d54749f32964fcc1187960cfd61bfe5580a1e27e7ed6f/nexus-0.3.1.tar.gz" } ] }