Skip to main content

AdminLTE Template for Django Admin

Project description

AdminLTE Template for Django Admin

Installation

pip install django-kelove-admin-lte

Configuration

INSTALLED_APPS = [
    # AdminLTE Template for Django Admin
    'django_kelove_admin_lte',
    # other
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
]

KELOVE_ADMIN_LTE_SHOW_PROJECT_URL = True
KELOVE_ADMIN_LTE_ADMIN_LOGO = 'https://adminlte.io/themes/v3/dist/img/user2-160x160.jpg'
KELOVE_ADMIN_LTE_ADMIN_FAVICON = 'https://adminlte.io/themes/v3/dist/img/user2-160x160.jpg'
KELOVE_ADMIN_LTE_ADMIN_AVATAR = 'https://adminlte.io/themes/v3/dist/img/user1-128x128.jpg'
KELOVE_ADMIN_LTE_ADMIN_FOOTER = '''
        <div class="float-right d-none d-sm-block">
            <b>Version</b> 3.0.6
        </div>
        <strong>Copyright &copy; 2014-2020 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
        reserved.
        '''
KELOVE_ADMIN_LTE_ADMIN_MENUS = {
    # app
    "core_user": {"icon": "fa fa-fw fa-users-cog"},
    "auth": {"icon": "fa fa-fw fa-shield-alt"},
    # model
    "core_user.User": {"icon": "fa fa-fw fa-user"},
    "auth.Group": {"icon": "fa fa-fw fa-users-cog"},
    "auth.Permission": {"icon": "fa fa-fw fa-shield-alt"},
    "auth.User": {"icon": "fa fa-fw fa-user"},
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_kelove_admin_lte-0.1.4-py3-none-any.whl (3.6 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page