django-flat-theme icon indicating copy to clipboard operation
django-flat-theme copied to clipboard

A flat theme for Django admin interface. Modern, fresh, simple.

Results 5 django-flat-theme issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/elky/django-flat-theme/issues/36 This solution is similar to https://github.com/fabiocaccamo/django-admin-interface/blob/master/admin_interface/settings.py

Hi there! I was wondering if it would be nice force an installation error when Django>=1.9 is present. This may (or may not, IDK) be a rare scenario but take...

From: https://docs.djangoproject.com/en/1.8/ref/contrib/admin/#django.contrib.admin.ModelAdmin.fieldsets ``` As with the fields option, to display multiple fields on the same line, wrap those fields in their own tuple. ``` As you can see the labels...

enhancement

As mentioned here: https://github.com/elky/django-flat-theme/commit/49c9b059de3398577417234399a94b5a6ece4c30 This change probably breaks compatibility with any existing project that defines their own `admin/base_site.html` template, which I believe is the recommended way for people to extend...

I have spent sometime with the flat theme, great work. Here's some thoughts that might be worth a thought - port the css to compass - replace all common styles...

feature