leonardo-theme-adminlte

AdminLTE for Leonardo


License
Other
Install
pip install leonardo-theme-adminlte==0.0.1

Documentation

Leonardo Theme AdminLTE

AdminLTE bundled as Leonardo Theme

Installation

pip install leonardo-theme-adminlte

# or as extras

pip install django-leonardo[adminlte]

No next steps reuires, Leonardo automaticaly detects this theme and adds it to INSTALLED_APPS, but if you want, you could do this

# leonardo apps
APPS += ['leonardo_theme_adminlte']

# or Django apps

INSTALLED_APPS += ['leonardo_theme_adminlte']

After installation don't forget run sync_all command.

python manage.py sync_all

Read More