- Notifications
You must be signed in to change notification settings - Fork0
django-admin-interface is the ultimate admin interface, based on a modern flat theme, it lets you customize the admin title, logo and colors by the admin itself.
License
satyamkotakonda/django-admin-interface
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
#django-admin-interfacedjango-admin-interface is a modernflat admin interface customizable by the admin itself.
You can use the builtindjango-theme or create your own andcustomizetitle, logo and colors.
##Requirements
- Python 2.6, Python 2.7
- Django 1.6.5 through Django 1.9
##Installation
- Run
pip install django-admin-interface - Add
admin_interface,flatandcolorfieldtosettings.INSTALLED_APPSbeforedjango.contrib.admin
INSTALLED_APPS= (#...'flat','colorfield','admin_interface',#...'django.contrib.admin',#...)
- Run
python manage.py migrate(add--fake-initialif you are upgrading from 0.1.0 version) - Run
python manage.py collectstatic - Restart your application server
######Admin theme customization
####Thanks
##LicenseThe MIT License (MIT)
Copyright (c) 2016 Fabio Caccamo -fabio.caccamo@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS INTHE SOFTWARE.
About
django-admin-interface is the ultimate admin interface, based on a modern flat theme, it lets you customize the admin title, logo and colors by the admin itself.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- HTML51.8%
- Python48.2%


