Skip to main content

Semantic UI template for CBVadmin

Project description

Template pack for CBVadmin using Semantic UI css framework

Require following existing django packages.

  • crispy-semantic-ui

  • django-filter

Installing and configuring

pip install cbvadmin-semantic-ui

Add the following to django settings.py for automatic configuration

from cbvadmin_semantic_ui.settings import cbvadmin_semantic_ui_settings
...
cbvadmin_semantic_ui_settings(vars())

Or do manual config

INSTALLED_APPS = [
    ...
    'cbvadmin_semantic_ui',
    'semantic_ui'
]
...
CBVADMIN_TEMPLATE_PACK': 'semantic-ui',
CRISPY_TEMPLATE_PACK': 'semantic-ui',
CRISPY_ALLOWED_TEMPLATE_PACKS': ('semantic-ui',)

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

cbvadmin-semantic-ui-0.4.0a1.tar.gz (1.5 MB view hashes)

Uploaded Source

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