Skip to main content

Set of generic class based views with Bootstrap templates.

Project description

https://badge.fury.io/py/django-cruditor.png https://travis-ci.org/moccu/django-cruditor.svg?branch=master https://coveralls.io/repos/moccu/django-cruditor/badge.svg https://readthedocs.org/projects/django-cruditor/badge/?version=latest

What is django-cruditor

django-cruditor is a set of generic class based views with Bootstrap templates. Together with django-tables2, django-filter and django-floppyforms this module provides you some easy to use Django views to build your customized CRUD interface.

Quick start

To install django-cruditor just use your preferred Python package installer:

$ pip install django-cruditor

Add the django-cruditor and its dependencies to to your Django settings

INSTALLED_APPS = (
    # some other apps
    'floppyforms',
    'django_tables2',
    'cruditor',
)

Please refer to the examples to see how it works. More documentation will be added soon.

Contribute

To contribute, you can use pip install -e .[tests] to install all required development packages. To run the tests, just use

$ tox

If you don’t know where to start, have a look at the TODO file in this repository.

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-cruditor-0.1.1.tar.gz (382.9 kB view hashes)

Uploaded Source

Built Distribution

django_cruditor-0.1.1-py2.py3-none-any.whl (395.6 kB view hashes)

Uploaded Python 2 Python 3

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