{ "info": { "author": "Alexey Kin\u00ebv", "author_email": "rudy@05bit.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: Free for non-commercial use", "Operating System :: OS Independent", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Overview\n========\n\nBrillixy is out of box improvements for Django admin to provide modern design and straightforward customization capabilities. Official home page: http://05bit.com/brillixy/.\n\nRequirements\n============\n\nDjango 1.5+ is supported.\n\nFeatures\n========\n\nAfter installation you'll get fully featured Django admin with refined design powered by responsive Twitter Bootstrap layout. And yet, Brillixy may work fine with simple projects, it's in active development at the moment to be more robust and fit more complex ones.\n\nAll basic admin features are implemented at the moment. Also you will get some extras:\n\n* global header logo & text customization\n* custom dashboard panels API\n\nInstallation\n============\n\nStandard Django admin should be enabled and configured as usually.\n\n1. Install using ``pip``::\n\n pip install brillixy\n\n2. Add ``brillixy`` to ``INSTALLED_APPS`` before ``django.contrib.admin``:\n\n.. sourcecode:: python\n\n INSTALLED_APPS = (\n # ...\n \n 'brillixy',\n \n # Uncomment the next line to enable the admin:\n 'django.contrib.admin',\n\n # ...\n )\n\n3. Add initialization code to ``urls.py`` right after Django admin autodiscover code:\n\n.. sourcecode:: python\n\n # Uncomment the next two lines to enable the admin:\n from django.contrib import admin\n admin.autodiscover()\n\n # Setup Brillixy views & templates\n import brillixy.site\n brillixy.site.setup(admin.site)\n\nCustomization\n=============\n\nHere's basic example of customization code in settings file from ``example`` project provided with the source code of Brillixy:\n\n.. sourcecode:: python\n\n # Brillixy settings\n BRILLIXY_INDEX = {\n 'panels': [\n 'example.core.admin.MyModelsPanel',\n 'brillixy.panels.AllModelsPanel',\n ]\n }\n\n BRILLIXY_BRANDING = {\n 'logo': '%slogo.png' % STATIC_URL,\n 'title': u\"Brillixy Demo\",\n }\n\nRead more about extra customizations in docs: https://github.com/05bit/brillixy/tree/master/docs.\n\nTroubleshooting\n===============\n\nIf you see old or broken admin interface that may be custom admin templates that overrides Brillixy's templates.\n\nPlease make sure:\n\n* you don't have 'admin/\\*' templates in paths defined in ``TEMPLATE_DIRS``\n* you don't have apps before ``brillixy`` in ``INSTALLED_APPS`` that overrides 'admin/\\*' templates\n* you don't have ModelAdmin or inlines that use custom templates based on default admin templates\n\nLicense, commercial usage\n=========================\n\n.. image:: http://i.creativecommons.org/l/by-nc/3.0/88x31.png\n\nBrillixy by is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License http://creativecommons.org/licenses/by-nc/3.0/\n\nFor commercial usage we're selling commercial license at our official site http://05bit.com/brillixy/. You're welcome!\n\nFeedback\n========\n\nYou're welcome to post issues at GitHub https://github.com/05bit/brillixy/issues or you may drop a line to Alexey Kinyov ", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://05bit.com/brillixy/", "keywords": "django,django-admin,utils,sugar", "license": "Creative Commons Attribution-NonCommercial 3.0 Unported License", "maintainer": null, "maintainer_email": null, "name": "brillixy", "package_url": "https://pypi.org/project/brillixy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/brillixy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://05bit.com/brillixy/" }, "release_url": "https://pypi.org/project/brillixy/0.6.2/", "requires_dist": null, "requires_python": null, "summary": "Customizations for Django admin interface.", "version": "0.6.2" }, "last_serial": 1963589, "releases": { "0.5.1a": [ { "comment_text": "", "digests": { "md5": "483a46091bffada6c87d470d509fc25e", "sha256": "f0964146f3a88927390dacd9e2ed5afd5df44efceff0021ab1d1f78c21bd385d" }, "downloads": -1, "filename": "brillixy-0.5.1a.tar.gz", "has_sig": false, "md5_digest": "483a46091bffada6c87d470d509fc25e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 198264, "upload_time": "2013-03-01T12:31:47", "url": "https://files.pythonhosted.org/packages/67/7d/4123005b0e70af7dd47e25d04f72761313878ec11b1608c17980da8b4fce/brillixy-0.5.1a.tar.gz" } ], "0.5a": [ { "comment_text": "", "digests": { "md5": "aea2db272e891e5a2d6801649fc167f3", "sha256": "7c4e95d12303812c3796a1f6398d834e455d78c3e06171095ed0134fd16087c3" }, "downloads": -1, "filename": "brillixy-0.5a.tar.gz", "has_sig": false, "md5_digest": "aea2db272e891e5a2d6801649fc167f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 191701, "upload_time": "2013-02-27T07:46:12", "url": "https://files.pythonhosted.org/packages/5a/66/24a98c61819f298d199739882a356365337d429a6fb217fd54b96b35b5fc/brillixy-0.5a.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "7a59750a890759007cfbed657bb96d14", "sha256": "ce7d4af2b7a092cc559994e342a024572ff5b31e412f54cb2e84a10ea5e30afd" }, "downloads": -1, "filename": "brillixy-0.6.tar.gz", "has_sig": false, "md5_digest": "7a59750a890759007cfbed657bb96d14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 200749, "upload_time": "2013-03-12T15:19:13", "url": "https://files.pythonhosted.org/packages/44/21/df2adab3989b3b5f61a2bea283a73d6541598f2650242d919ce43c266098/brillixy-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "c25a96bf5114b4c32dc5b76feb873a4c", "sha256": "08c097df54ebd62b5a3cc223ad672977901881489ead714305913d3acd0d44e4" }, "downloads": -1, "filename": "brillixy-0.6.1.tar.gz", "has_sig": false, "md5_digest": "c25a96bf5114b4c32dc5b76feb873a4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 261005, "upload_time": "2013-04-07T08:30:46", "url": "https://files.pythonhosted.org/packages/b1/09/200dcdf499ba8b273cdf411d23f2b58c0185d02cd51794753401942fbb82/brillixy-0.6.1.tar.gz" } ], "0.6.2": [], "0.6a": [ { "comment_text": "", "digests": { "md5": "2c408987b82de34c1a868cdc8fd31ed7", "sha256": "e389bf6a07dd0fe09205a595146a9ffe87fe6c58ce0958ae41018a635f38936e" }, "downloads": -1, "filename": "brillixy-0.6a.tar.gz", "has_sig": false, "md5_digest": "2c408987b82de34c1a868cdc8fd31ed7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 199912, "upload_time": "2013-03-02T12:44:45", "url": "https://files.pythonhosted.org/packages/bd/5a/a0c33e051febea5b758820f4f4a996fcb71d349725e00075afab76643b18/brillixy-0.6a.tar.gz" } ] }, "urls": [] }