Skip to content

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

Notifications You must be signed in to change notification settings

satyamkotakonda/django-admin-interface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#django-admin-interface django-admin-interface is a modern 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.

##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, flat and colorfield to settings.INSTALLED_APPS before django.contrib.admin
INSTALLED_APPS = (
    #...
    'flat',
    'colorfield',
    'admin_interface',
    #...
    'django.contrib.admin',
    #...
)
  • Run python manage.py migrate (add --fake-initial if you are upgrading from 0.1.0 version)
  • Run python manage.py collectstatic
  • Restart your application server

##Screenshots ######Admin login django-admin-interface_login

######Admin dashboard django-admin-interface_dashboard

######Admin themes management django-admin-interface_themes_management

######Admin theme customization django-admin-interface_theme_customization

####Thanks

##License The MIT License (MIT)

Copyright (c) 2016 Fabio Caccamo - [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 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 IN THE 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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 51.8%
  • Python 48.2%