django-flat-theme


Namedjango-flat-theme JSON
Version 1.1.4 PyPI version JSON
download
home_pagehttps://github.com/elky/django-flat-theme
SummaryA flat theme for Django admin interface. Modern, fresh, simple.
upload_time2016-10-27 09:57:56
maintainerNone
docs_urlNone
authorAlex D
requires_pythonNone
licenseBSD
keywords django admin theme interface
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Django Flat Theme
=================

**django-flat-theme** is included as `part <https://github.com/django/django/commit/35901e64b043733acd1687734274553cf994511b>`_ of Django from `version 1.9 <https://docs.djangoproject.com/en/1.9/releases/1.9/#new-styling-for-contrib-admin>`_! :tada:

Please use this app if your project is powered by an older Django version.

Description
-----------

**django-flat-theme** brings fresh air to the default Django Admin
interface which hasn't changed in 10 years, since the very first version of
Django framework. This theme makes the UI modern and clean.

This app overrides the default admin's CSS. All the changes only involve CSS:
colors, margins, sizes and icons; nothing major is changed.

Installation
------------

Install via pip:
``pip install django-flat-theme``

1. Put ``flat`` app in your *INSTALLED\_APPS* **before**
   ``django.contrib.admin``:

   ::

       INSTALLED_APPS = (
           ...
           'flat',
           'django.contrib.admin',
           ...
       )

2. Enjoy!

Compatibility
~~~~~~~~~~~~~

Works properly in Django 1.5+.

Font
~~~~

This theme uses the `Roboto font <http://www.google.com/fonts/specimen/Roboto>`__
which is under Apache 2.0 licence.

Testing
~~~~~~~

Tested in:

- Internet Explorer 7+ (IE8 and less doesn't support SVG so icons are not displayed)
- Firefox 30+ (Windows, Ubuntu, OS X)
- Chrome 35+ (Windows, Ubuntu, OS X)
- Safari 8 (OS X)

Screenshot Examples
~~~~~~~~~~~~~~~~~~~

**Login page**

|1|

------------

**Dashboard**

|2|

------------

**List of objects**

|3|

------------

**New object**

|4|

.. |1| image:: https://cloud.githubusercontent.com/assets/209663/9546175/f4c24520-4da9-11e5-9182-b5d791d4115f.png
.. |2| image:: https://cloud.githubusercontent.com/assets/209663/9546174/f4c1ddba-4da9-11e5-8781-c629a52cae0f.png
.. |3| image:: https://cloud.githubusercontent.com/assets/209663/9546176/f4fd6a24-4da9-11e5-89e8-542b77fdae85.png
.. |4| image:: https://cloud.githubusercontent.com/assets/209663/9546177/f500361e-4da9-11e5-9431-b2f42b90ca2f.png

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/elky/django-flat-theme",
    "name": "django-flat-theme",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django,admin,theme,interface",
    "author": "Alex D",
    "author_email": "mail@elky.me",
    "download_url": "https://files.pythonhosted.org/packages/eb/cf/965e460041fc6f69a93d957455e75046b0d307be00bc63f978b597b80f63/django-flat-theme-1.1.4.tar.gz",
    "platform": "UNKNOWN",
    "description": "Django Flat Theme\n=================\n\n**django-flat-theme** is included as `part <https://github.com/django/django/commit/35901e64b043733acd1687734274553cf994511b>`_ of Django from `version 1.9 <https://docs.djangoproject.com/en/1.9/releases/1.9/#new-styling-for-contrib-admin>`_! :tada:\n\nPlease use this app if your project is powered by an older Django version.\n\nDescription\n-----------\n\n**django-flat-theme** brings fresh air to the default Django Admin\ninterface which hasn't changed in 10 years, since the very first version of\nDjango framework. This theme makes the UI modern and clean.\n\nThis app overrides the default admin's CSS. All the changes only involve CSS:\ncolors, margins, sizes and icons; nothing major is changed.\n\nInstallation\n------------\n\nInstall via pip:\n``pip install django-flat-theme``\n\n1. Put ``flat`` app in your *INSTALLED\\_APPS* **before**\n   ``django.contrib.admin``:\n\n   ::\n\n       INSTALLED_APPS = (\n           ...\n           'flat',\n           'django.contrib.admin',\n           ...\n       )\n\n2. Enjoy!\n\nCompatibility\n~~~~~~~~~~~~~\n\nWorks properly in Django 1.5+.\n\nFont\n~~~~\n\nThis theme uses the `Roboto font <http://www.google.com/fonts/specimen/Roboto>`__\nwhich is under Apache 2.0 licence.\n\nTesting\n~~~~~~~\n\nTested in:\n\n- Internet Explorer 7+ (IE8 and less doesn't support SVG so icons are not displayed)\n- Firefox 30+ (Windows, Ubuntu, OS X)\n- Chrome 35+ (Windows, Ubuntu, OS X)\n- Safari 8 (OS X)\n\nScreenshot Examples\n~~~~~~~~~~~~~~~~~~~\n\n**Login page**\n\n|1|\n\n------------\n\n**Dashboard**\n\n|2|\n\n------------\n\n**List of objects**\n\n|3|\n\n------------\n\n**New object**\n\n|4|\n\n.. |1| image:: https://cloud.githubusercontent.com/assets/209663/9546175/f4c24520-4da9-11e5-9182-b5d791d4115f.png\n.. |2| image:: https://cloud.githubusercontent.com/assets/209663/9546174/f4c1ddba-4da9-11e5-8781-c629a52cae0f.png\n.. |3| image:: https://cloud.githubusercontent.com/assets/209663/9546176/f4fd6a24-4da9-11e5-89e8-542b77fdae85.png\n.. |4| image:: https://cloud.githubusercontent.com/assets/209663/9546177/f500361e-4da9-11e5-9431-b2f42b90ca2f.png\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A flat theme for Django admin interface. Modern, fresh, simple.",
    "version": "1.1.4",
    "split_keywords": [
        "django",
        "admin",
        "theme",
        "interface"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "e6a7785b3ec53321468bba623d66fc65",
                "sha256": "6b522d8c2b5a8228b30947fb002eff2868da076e9beacf3e798410e5c1a2d849"
            },
            "downloads": -1,
            "filename": "django-flat-theme-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "e6a7785b3ec53321468bba623d66fc65",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 289604,
            "upload_time": "2016-10-27T09:57:56",
            "upload_time_iso_8601": "2016-10-27T09:57:56.575668Z",
            "url": "https://files.pythonhosted.org/packages/eb/cf/965e460041fc6f69a93d957455e75046b0d307be00bc63f978b597b80f63/django-flat-theme-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-10-27 09:57:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "elky",
    "github_project": "django-flat-theme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "django-flat-theme"
}
        
Elapsed time: 0.01842s