Drop in AdminLTE theme and plugins for django-xadmin
Based on:
- https://github.com/sshwsfc/django-xadmin
- https://github.com/almasaeed2010/AdminLTE
- Django 1.8
- Django crispy forms 1.5.2
- Copy the xadminlte app to your django project
- Download AdminLTE and extract it to 'static/xadminlte' (or update the links in base.html)
- Include 'xadminlte' in your installed apps before 'xadmin'