AdminLTE Bootstrap Theme packaged for Django
Project description
#**Django-AdminLTE-X**
###**Django AdminLTE Template**
AdminLTE Bootstrap Theme packaged for Django
**Quick Start**
Install the pip package:
```
pip install django_adminlte_x
```
Add `adminlte` to your `INSTALLED_APPS` setting like this:
```
INSTALLED_APPS = (
'adminlte'
...
)
```
It is almost done. You can check if this is working by adding a template
**Adding navigation**
```python
from adminlte.templatetags.menu import Menu
Menu.add(label, link, icon, id, parent)
```
**Set Model Icon**
```python
from adminlte.templatetags.menu import Menu
Menu.Menu.set_model_icon('AppName', 'fa fa-plus')
```
**Assets**
```
Assets.js([
'jquery.min.js'
])
Assets.css([
'stylesheet':[
'bootstrap.min.css'
]
])
```
###**Django AdminLTE Template**
AdminLTE Bootstrap Theme packaged for Django
**Quick Start**
Install the pip package:
```
pip install django_adminlte_x
```
Add `adminlte` to your `INSTALLED_APPS` setting like this:
```
INSTALLED_APPS = (
'adminlte'
...
)
```
It is almost done. You can check if this is working by adding a template
**Adding navigation**
```python
from adminlte.templatetags.menu import Menu
Menu.add(label, link, icon, id, parent)
```
**Set Model Icon**
```python
from adminlte.templatetags.menu import Menu
Menu.Menu.set_model_icon('AppName', 'fa fa-plus')
```
**Assets**
```
Assets.js([
'jquery.min.js'
])
Assets.css([
'stylesheet':[
'bootstrap.min.css'
]
])
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-adminlte-x-0.22.1.zip
(8.7 MB
view details)
Built Distribution
File details
Details for the file django-adminlte-x-0.22.1.zip
.
File metadata
- Download URL: django-adminlte-x-0.22.1.zip
- Upload date:
- Size: 8.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 934060fb2b8e73ad402d4db5dab249548eadcf904afecbeb2ae2803667a277b2 |
|
MD5 | 13d82a0faa2918a7c585530766e7999c |
|
BLAKE2b-256 | 45443e281d15b3ae306415e24de353509d10c4bbc23d17c6fedbc233f4c441fb |
File details
Details for the file django_adminlte_x-0.22.1-py3-none-any.whl
.
File metadata
- Download URL: django_adminlte_x-0.22.1-py3-none-any.whl
- Upload date:
- Size: 8.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68b4ba1d9be8f9d5c7de1ed1701145219797357fe0c3dcea23ff15f26d68e63b |
|
MD5 | 3b24809cc2a059c4e58ab3636e05f630 |
|
BLAKE2b-256 | 3027556c21b4e8ecbd651e394d180bf813432f5a50e1775cec5fcd69ae1e5803 |