From c4c6a2b0f24cef36dcc3b5a87b6778fbe634f21d Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Mon, 11 Sep 2017 11:48:57 +0200 Subject: [PATCH] Updated README.md [ci skip] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3dae67f..6b6c4db 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,12 @@ You can add a theme you've created through the admin to this repository by [send ###### Admin theme customization ![django-admin-interface_theme_customization](https://cloud.githubusercontent.com/assets/1035294/11240250/7350d942-8df1-11e5-9b28-f2f54c333cdc.gif) +## FAQ +- #### I already have a custom `base_site.html`, how can I make it work? + +You can use [django-apptemplates](https://github.com/bittner/django-apptemplates), then add **`{% extends "admin_interface:admin/base_site.html" %}`** to your `base_site.html` + +--- #### Thanks - [django-flat-theme](https://github.com/elky/django-flat-theme/) - [django-flat-responsive](https://github.com/elky/django-flat-responsive)