Skip to main content

Drop-in replacement of Django admin using Class Based Views

Project description

A drop in replacement for Django Admin using django class based views. The interface made with semantic-ui framework.

The admin uses the following existing django apps.

  • django-crispy-forms

  • django-filter

  • django-simple-menu

  • django-tables2

Installing

pip install cbvadmin

Add the following to django settings.py

installed_apps [
    ...
    'cbvadmin',
    'semantic_ui',
    'crispy_forms',
    'django_tables2',
    'django_filters',
    'menu',
]

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-0.5.1.tar.gz (30.2 kB 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