{ "info": { "author": "Pol C\u00e1mara", "author_email": "polcamara@soft10.es", "bugtrack_url": null, "classifiers": [], "description": "Django Prismriver: A light but cool Django admin Theme\n=======================================================\n\nPrismriver is another django-admin theme aiming to be good looking while maintaining maximum compatibility with as many django packages as possible, with zero/minimal dependencies.\n\nAside from that it/will try to be modular with dashboard plugins (not yet implemented) so you can configure it easily the way you prefer.\n\nHow it looks\n------------\n\n![DjangoCms on Prismriver](https://dl.dropbox.com/u/69084784/prismriver.png)\n\nRequirements\n------------\n\n - Django 1.4\n - 5 mins to configure it.\n\nInstallation\n------------\n\n - Put the prismriver directory into your Pythonpath/project folder or install it using pip using:\n - pip install django-prismriver\n - In settings.py make sure that:\n - You have staticfiles configured correctly.\n - You look for templates on a '/templates/' directory.\n - You have the following template context processors.\n\n TEMPLATE_CONTEXT_PROCESSORS = (\n 'django.core.context_processors.request',\n 'django.contrib.auth.context_processors.auth',\n )\n\n - On INSTALLED_APPS make sure you add the 'prismriver' app before django.contrib.admin. For example like this:\n\n INSTALLED_APPS = (\n 'prismriver',\n 'django.contrib.auth',\n 'django.contrib.contenttypes',\n 'django.contrib.sessions',\n 'django.contrib.sites',\n 'django.contrib.messages',\n 'django.contrib.staticfiles',\n 'django.contrib.admin',\n )\n\n - Run your server and it works!\n - Now there are some extended settings if you want to customize the sidebar.\n - **CUSTOM_MENU**: Allows you to enable the custom menu. By default this is false.\n - **SIDEBAR_APP_MENU**: When the previous option is true, it allows you to create \"Folders/Menus\" contontaining various models. For example imagine you want to unify the auth and sites apps in one menu with all it's options inside. Well, we do the following:\n\n SIDEBAR_APP_MENU = [\n {\"name\": \"Users and Settings\",\n \"items\": [\"auth\", \"prismriver\", \"sites\"],\n \"icon\": \"users.png\",\n \"big_icon\": \"users_big.png\",\n \"description\": \"Manage everything about the users here\",\n },\n ]\n\n - **SIDEBAR_LAST_ACTIONS**: Shows the last actions widget thing. By default this is true \n\n - **DEFAULT_LABELS** If don't want custom menu but you want to use different labels/icons for your applications you can configure them as following:\n\n DEFAULT_LABELS = {\n\n \"auth/\": [\"Users and Groups\", \"users.png\", \"users_big.png\",\"Manage the application users or groups permissions\"], \n \n \"sites/\": [\"Site management\", \"web.png\", \"web_big.png\", \"Manages the sites application\"]}\n\n *The \"web_big.png\" field is not used, it will be removed on the next updates (old version stuff)*\n\n - *For more details you can see prismriver/settings.py*", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/PolCPP/django-prismriver", "keywords": "django admin", "license": "BSD licence, see LICENCE.txt", "maintainer": null, "maintainer_email": null, "name": "django-prismriver", "package_url": "https://pypi.org/project/django-prismriver/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-prismriver/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/PolCPP/django-prismriver" }, "release_url": "https://pypi.org/project/django-prismriver/0.12/", "requires_dist": null, "requires_python": null, "summary": "A light but cool Django admin theme", "version": "0.12" }, "last_serial": 790339, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "37858a1db7203ff05d4ec982fe5716da", "sha256": "b461248245b2e3b9a530369253db14b292ad7aa127d103269ce7569a542c539e" }, "downloads": -1, "filename": "django-prismriver-0.1.tar.gz", "has_sig": false, "md5_digest": "37858a1db7203ff05d4ec982fe5716da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3890, "upload_time": "2012-08-26T11:59:21", "url": "https://files.pythonhosted.org/packages/bb/85/3ca665c2c163c0da3be231179cef401af3c37a5138ac1875bbd10a0b027d/django-prismriver-0.1.tar.gz" } ], "0.11": [ { "comment_text": "", "digests": { "md5": "28163512baaaa7eda3b7338f53f6cece", "sha256": "d2523325153b3ee044b8a54af8aba344899ae35cd4c19da9724601c810bafdb1" }, "downloads": -1, "filename": "django-prismriver-0.11.tar.gz", "has_sig": false, "md5_digest": "28163512baaaa7eda3b7338f53f6cece", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 162824, "upload_time": "2012-08-30T13:56:15", "url": "https://files.pythonhosted.org/packages/53/33/6af9c2723104c89ab05390da4173b2ac5f79f988484519de648c990e1c1e/django-prismriver-0.11.tar.gz" } ], "0.12": [ { "comment_text": "", "digests": { "md5": "29765d01613da505c8d21dd51d676917", "sha256": "a667f50d04e180cae9edfb05075b68d32cb6e05691670e39fdaa4e789651666b" }, "downloads": -1, "filename": "django-prismriver-0.12.tar.gz", "has_sig": false, "md5_digest": "29765d01613da505c8d21dd51d676917", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 166470, "upload_time": "2012-08-31T02:09:13", "url": "https://files.pythonhosted.org/packages/42/e9/a582cb84eb1f99b48a8a1e8c705b0c3cb199192713c86aa2b02c640634bb/django-prismriver-0.12.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "29765d01613da505c8d21dd51d676917", "sha256": "a667f50d04e180cae9edfb05075b68d32cb6e05691670e39fdaa4e789651666b" }, "downloads": -1, "filename": "django-prismriver-0.12.tar.gz", "has_sig": false, "md5_digest": "29765d01613da505c8d21dd51d676917", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 166470, "upload_time": "2012-08-31T02:09:13", "url": "https://files.pythonhosted.org/packages/42/e9/a582cb84eb1f99b48a8a1e8c705b0c3cb199192713c86aa2b02c640634bb/django-prismriver-0.12.tar.gz" } ] }