ジャンゴ - adminlte-UI 1.4.0リリース、ベースadminlte Djangoのテンプレートの背景

ジャンゴ - adminlte-UI 1.4.0のリリース、それ

1.4.0

このバージョンでは、 `ADMINLTE_SETTINGS`、詳細な構成リファレンスを追加します。https://github.com/wuyue92tree/django-adminlte-ui/pull/6

ドキュメント住所:https://django-adminlte-ui.readthedocs.io/en/latest/guide/

デフォルトの設定:

ADMINLTE_SETTINGS = {
    'demo': True,
    'search_form': True,
    # 'skin': 'blue',
    # 'copyright': '<a href="https://github.com/wuyue92tree/django-adminlte-ui/tree/'+version+'">django-adminlte-ui '+version+'</a>',
    # 'navigation_expanded': True,

    # if you are use custom menu, which will not effective below!

    # 'show_apps': ['django_admin_settings', 'auth', 'main'],
    # 'main_navigation_app': 'django_admin_settings',
    # 'icons': {
    #     'myapp': {
    #         'shops': 'fa-shopping-cart',
    #         'products': 'fa-dollar',
    #     }
    # }
}

更新ログ:

  • 機能  #6  アドオン  ADMINLTE_SETTINGS
  • 更新メニューは、ロジックをレンダリングします。

おすすめ

転載: www.oschina.net/news/109097/django-adminlte-ui-1-4-0-released