Skip to content

django-cruditor is a set of generic class based views with Bootstrap templates to build customized CRUD interfaces.

License

Notifications You must be signed in to change notification settings

fpoulain/django-cruditor

 
 

Repository files navigation

django-cruditor

Latest Version Coverage Status Documentation Status https://travis-ci.org/moccu/django-cruditor.svg?branch=master

Usage

Please refer to the Documentation to learn how to use django-cruditor. Cruditor is a set of generic class based views with UIKit styled templates. Together with django-tables2, django-filter and django-tapeforms this package provides you some easy to use Django views to build your customized CRUD interface.

Requirements

django-cruditor supports Python 3 only and requires at least Django 1.11. Optional dependencies are django-tapeforms, django-tables2 and django-filter.

Prepare for development

A Python 3.6 interpreter is required in addition to pipenv.

$ pipenv install --python 3.6 --dev
$ pipenv run pip install -e .

Now you can run the tests.

$ pipenv run py.test

Now you're ready to start the example project to experiment with cruditor.

$ pipenv run python examples/manage.py runserver

About

django-cruditor is a set of generic class based views with Bootstrap templates to build customized CRUD interfaces.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 70.2%
  • HTML 17.3%
  • JavaScript 11.1%
  • Other 1.4%