Skip to main content

Django Semantic UI Admin theme

Project description

A Django Semantic UI Admin theme

Django Semantic UI Admin is a completely free (MIT) admin theme for Django. Actually, this is my 3rd admin theme for Django. The first used GridForms, and the second Pure CSS. Semantic UI is the best, because of its JavaScript components,

Semantic UI is ideal for the Django admin.

Why?

  • Looks professional, with a nice sidebar.
  • JavaScript datepicker and timepicker components.
  • JavaScript selects, including multiple selections, which integrate well with Django autocomplete fields.
  • Semantic UI has libraries for React and Vue, in addition to jQuery. This means this package can be used to style the admin, and custom views can be added with React or Vue components with the same style.

Install

Install from PyPI:

pip install django-semantic-admin

Add to settings.py before django.contrib.admin:

INSTALLED_APPS = [
  "semantic_admin",
  "django.contrib.admin",
  ...
]

Please note, this package uses Fomantic UI the official community fork of Semantic UI.

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-semantic-admin-0.1.2.tar.gz (1.3 MB view hashes)

Uploaded Source

Built Distribution

django_semantic_admin-0.1.2-py3-none-any.whl (1.3 MB view hashes)

Uploaded Python 3

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