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.zip
(8.5 MB
view details)
Built Distribution
File details
Details for the file django-adminlte-x-0.22.zip
.
File metadata
- Download URL: django-adminlte-x-0.22.zip
- Upload date:
- Size: 8.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfe834c20a6351a03343951537f22dac407fec0342c92ef59b92cc1f8a0b9466 |
|
MD5 | 53dbfae2df2a67e45a1f985e26c7e6b9 |
|
BLAKE2b-256 | c56b1815347662a7410bd5ac0c5d306d5f793f68c7aea24bd0f09be831037655 |
File details
Details for the file django_adminlte_x-0.22-py3-none-any.whl
.
File metadata
- Download URL: django_adminlte_x-0.22-py3-none-any.whl
- Upload date:
- Size: 8.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eec45dcb561973b85a2bdff530f662507ccd2ab6c5ae0e930d03549c898448d5 |
|
MD5 | 970dd1bf7ebfd9e75d6953b03cfef1cc |
|
BLAKE2b-256 | 8c53a3da6c57e0e311207371c30200820425e258128a032b268bd301615cf958 |