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.21.tar.gz (7.6 MB view details)

Uploaded Source

Built Distribution

django_adminlte_x-0.21-py3-none-any.whl (8.5 MB view details)

Uploaded Python 3

File details

Details for the file django-adminlte-x-0.21.tar.gz.

File metadata

File hashes

Hashes for django-adminlte-x-0.21.tar.gz
Algorithm Hash digest
SHA256 631d5fb6b21f9caba0e0651433097addaeb20a79fa3948105157d85b1b131bbb
MD5 57f7f5d9bca43bae067327b018d84f2d
BLAKE2b-256 c994f46e52dc35b72344fe3d4e657a5c7d07c20ba285ed3d98bfb77c80aac131

See more details on using hashes here.

File details

Details for the file django_adminlte_x-0.21-py3-none-any.whl.

File metadata

File hashes

Hashes for django_adminlte_x-0.21-py3-none-any.whl
Algorithm Hash digest
SHA256 641b2e54820b3c128d447e9936715b942752a5c38cc01379e5bc262414b8e849
MD5 b5d9520b0f243757f3e2f4c41038b234
BLAKE2b-256 e77593ec085d2ec8e851d6e43b500a161c82c6ad3042d7b1dc24f02ede0e1e61

See more details on using hashes here.

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