From 7f2bebcfd364a59d67fe8cdfff7d2632b506c213 Mon Sep 17 00:00:00 2001 From: lukas Date: Sat, 27 May 2023 16:56:04 +0200 Subject: [PATCH] docs: features --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 81971e93..da0b2584 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,28 @@ ## Unfold Django Admin Theme -Unfold is a new theme for Django Admin incorporating some most common practises for building full-fledged admin areas. +Unfold is theme for Django admin incorporating most common practises for building full-fledged admin areas. It is designed to work at the top of default administration provided by Django. + +Available demo [demo](https://unfoldadmin.com). + +## Features - **Visual**: provides new user interface based on Tailwind CSS framework -- **Sidebar:** simplifies definition of custom sidebar navigation +- **Sidebar:** simplifies definition of custom sidebar navigation with icons - **Dark mode:** supports both light and dark mode versions - **Configuration:** most of the basic options can be changed in settings.py - **Dependencies:** completely based only on `django.contrib.admin` -- **Filters:** custom widgets for filters (e.g. numeric filter) - **Actions:** multiple ways how to define actions within different parts of admin +- **WYSIWIG:** built-in support for WYSIWIG (Trix) +- **Numeric filters:** widgets for filtering number values +- **Datetime filters:** widgets for filtering datetime values +- **Dashboard:** helpers to bootstrap custom dashboard +- **Tabs:** custom tab navigations +- **Colors:** possibility to override default color scheme +- **Django import / export:** default support for this popular application ## Table of Contents -- [Unfold Django Admin Theme](#unfold-django-admin-theme) -- [Table of Contents](#table-of-contents) - [Installation](#installation) - [Configuration](#configuration) - [Available settings.py options](#available-settingspy-options)