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 © 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_kelove_admin_lte-0.1.4-py3-none-any.whl.
File metadata
- Download URL: django_kelove_admin_lte-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.7.9 Linux/4.4.0-157-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44f52b3ccc416f02d14cba37caf83d0eed750d2e5aa8fee21093f96e290065ca
|
|
| MD5 |
7984ec4070ed83e94ac09fb3c814346a
|
|
| BLAKE2b-256 |
55764795baf1c12a42b6086a42870c5b11192adf4b10b33f29cdbb1bb11e5e99
|