Skip to main content

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'
]
])
```

Project details


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 hashes)

Uploaded Source

Built Distribution

django_adminlte_x-0.22.1-py3-none-any.whl (8.7 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