Skip to content

pdr/django-responsive-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-responsive-admin

A responsive skin for the Django Admin built using the Kube CSS Framework. The objective is to provide a more modern look and feel to the django admin, while keeping the changes at the template level as much as possible.

Installation

To install it, simply:

pip install django-responsive-admin

Then add 'responsive_admin' to your installed apps before 'django.contrib.admin', like this:

INSTALLED_APPS = (
    'responsive_admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.admin',
    # Your installed apps...
)

You can set the body max-width in your settings file like this:

# Default is 1060, use 0 for full-width.
RESPONSIVE_ADMIN_CONTAINER_MAX_WIDTH = 1280

If you have models with lots of fields and don't like scrolling:

RESPONSIVE_ADMIN_FIXED_SUBMIT_LINE = True

Please feel free to send bug reports or pull-requests. Next release I will be adding a simple way to build a menu.

Screenshots

Apps Change List Change Form Login Page

About

A responsive admin for Django that uses the Kube css framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •