Django Flat Theme

A flat theme for Django admin interface. Modern, fresh, simple.
Alternatives To Django Flat Theme
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome Python188,178
a day ago394otherPython
A curated list of awesome Python frameworks, libraries, software and resources
Awesome Django7,753
14 days ago2cc0-1.0HTML
A curated list of awesome things related to Django
Django Grappelli3,4971,68719a month ago79September 21, 20239otherHTML
A jazzy skin for the Django Admin-Interface (official repository).
Django Jet3,3392744a year ago25October 18, 2018306agpl-3.0Python
Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
Simpleui3,12013520 hours ago114November 08, 202322mitPython
A modern theme based on vue+element-ui for django admin.一款基于vue+element-ui的django admin现代化主题。全球20000+网站都在使用!喜欢可以点个star✨
Django Import Export2,781982762 days ago67November 16, 202334bsd-2-clausePython
Django application and library for importing and exporting data with admin integration.
Wger2,554
18 hours ago157agpl-3.0Python
Self hosted FLOSS fitness/workout, nutrition and weight tracker written with Django
Django Material2,48127598 months ago57August 16, 202227bsd-3-clauseCSS
Material Design for Django
Django Suit2,2291,03468 months ago47November 29, 2022299otherSCSS
Modern theme for Django admin interface
Django Simple History1,9784174417 days ago46September 14, 2023139bsd-3-clausePython
Store model history and view/revert changes from admin site.
Alternatives To Django Flat Theme
Select To Compare


Alternative Project Comparisons
Readme

Django Flat Theme

django-flat-theme is included as part of Django from version 1.9! 🎉

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 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

Popular Admin Projects
Popular Django Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Css
Theme
Django
Admin
Django Admin