Skip to main content

A Django admin based on material design.

Project description

Django material admin is a Django admin based on material design.

This django app is tested on python 3.8 and django 3.0

Installation

  1. Add “material_admin” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        'material_admin',
        'django.contrib.admin',
        ...
    ]
  2. Run python3 manage.py runserver to start server.

  3. Visit http://127.0.0.1:8000/admin/

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

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

Source Distribution

django-admin-material-able-0.2.tar.gz (4.5 MB 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