Skip to main content

A modern grid based skin for Django built-in administration interface.

Project description

=====
Django Uikit Admin
=====

Django Uikit Admin is a modern grid based skin for Django built-in administration interface.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Install Django Uikit Admin using pip::

pip install django-uikit-admin

2. Add "uikit_admin" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
'uikit_admin',
...
]

3. Run `python manage.py migrate` to create the polls models.

4. Start the development server and visit http://127.0.0.1:8000/admin/
(you'll need the Admin app enabled).

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-uikit-admin-0.1.1.tar.gz (929.8 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