Skip to content

Commit

Permalink
docs: features
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed May 27, 2023
1 parent 52ba3ff commit 7f2bebc
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7f2bebc

Please sign in to comment.