Skip to main content

A light weight attempt at spicing up the django admin

Project description

A light weight attempt at spicing up the django admin.

Idea

We wanted to make the admin look more up-to-date without making sacrifices. These are the main goals and guidelines:

  1. Attractive design

  2. Upgrading Django version should cause no problems

  3. Drop in replacement, no python coding required

  4. Compatible with third-party admin widgets and apps

  5. Keep most UX patterns from django admin, diversion should need good motivation

  6. Edit css first, templates when css is insufficient

  7. Keep it very stable, no fast moves, it must work

Installation

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

Development

If you want to contriute and develop make sure to edit the scss files in the root of the project. You then need to compile them to css files, this process can be automatized using node and gulp. First run npm install in the django-nimda directory, then run gulp to keep a watcher compiling scss on the fly outputing css to the correct locations. If you want to compile manually run npm build.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-nimda-0.0.1.tar.gz (214.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page