From 4cf01aa1df271e4c87b5fdf984ec1d868989cee8 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 4 May 2017 18:52:03 +0200 Subject: [PATCH] Updated README [ci skip] --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d6f7e1..a104831 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,13 @@ # django-admin-interface django-admin-interface is a modern **responsive flat admin interface customizable by the admin itself**. -You can use the builtin **django-theme** or create your own and **customize** **title, logo and colors**. +## Features +- Beautiful default **django-theme** +- Themes management and customization *(you can **customize admin title, logo and colors**)* +- Responsive +- List filter dropdown *(optional)* +- **`NEW`** **Related modal** *(instead of the old popup window, optional)* + ## Requirements - Python 2.7, 3.4, 3.5, 3.6 @@ -28,10 +34,17 @@ INSTALLED_APPS = ( #... ) ``` -- Run ``python manage.py migrate`` *(add ``--fake-initial`` if you are upgrading from 0.1.0 version)* +- Run ``python manage.py migrate`` - Run ``python manage.py collectstatic`` - Restart your application server +#### Upgrade +- Run `pip install django-admin-interface --upgrade` +- Run ``python manage.py migrate`` *(add ``--fake-initial`` if you are upgrading from 0.1.0 version)* +- Run ``python manage.py collectstatic --clear`` +- Restart your application server + + ## Screenshots ###### Admin login ![django-admin-interface_login](https://cloud.githubusercontent.com/assets/1035294/11240233/55c8d4ba-8df1-11e5-9568-00fdc987ede8.gif)