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

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

Details for the file django_kelove_admin_lte-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for django_kelove_admin_lte-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 44f52b3ccc416f02d14cba37caf83d0eed750d2e5aa8fee21093f96e290065ca
MD5 7984ec4070ed83e94ac09fb3c814346a
BLAKE2b-256 55764795baf1c12a42b6086a42870c5b11192adf4b10b33f29cdbb1bb11e5e99

See more details on using hashes here.

Supported by

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