{ "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": "http://github.com/disqus/nexus", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "new_nexus", "package_url": "https://pypi.org/project/new_nexus/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/new_nexus/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/disqus/nexus" }, "release_url": "https://pypi.org/project/new_nexus/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "An extendable admin interface", "version": "0.3.1" }, "last_serial": 827264, "releases": { "0.3.0": [ { "comment_text": "", "digests": { "md5": "f2e154eef09961d6136a920067150119", "sha256": "750b3815282a2119602497078fa33106f8e6c84a5a3a46906004f18bc7e879ab" }, "downloads": -1, "filename": "new_nexus-0.3.0.tar.gz", "has_sig": false, "md5_digest": "f2e154eef09961d6136a920067150119", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93911, "upload_time": "2013-07-29T13:18:36", "url": "https://files.pythonhosted.org/packages/99/72/5d2b2d3c2a118a92c67b19336fb1e90f0373ee0ac43e8257dcdb427ebb86/new_nexus-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "5220d013c9b63fc01bce0f82406b59c7", "sha256": "bb0c4a666f69e4f0107cc59ad0a7b9c2bc38dddc48cabd0205e72943b19bc19c" }, "downloads": -1, "filename": "new_nexus-0.3.1.tar.gz", "has_sig": false, "md5_digest": "5220d013c9b63fc01bce0f82406b59c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93980, "upload_time": "2013-07-29T13:26:36", "url": "https://files.pythonhosted.org/packages/1a/92/0c24e1d8b6b057455cf466e4157f7c152bc67b122845ef0b11cc9fc78b3b/new_nexus-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5220d013c9b63fc01bce0f82406b59c7", "sha256": "bb0c4a666f69e4f0107cc59ad0a7b9c2bc38dddc48cabd0205e72943b19bc19c" }, "downloads": -1, "filename": "new_nexus-0.3.1.tar.gz", "has_sig": false, "md5_digest": "5220d013c9b63fc01bce0f82406b59c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93980, "upload_time": "2013-07-29T13:26:36", "url": "https://files.pythonhosted.org/packages/1a/92/0c24e1d8b6b057455cf466e4157f7c152bc67b122845ef0b11cc9fc78b3b/new_nexus-0.3.1.tar.gz" } ] }