Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.57 KB

README.rst

File metadata and controls

53 lines (34 loc) · 1.57 KB

django-cruditor

Latest Version CI Status Coverage Status Documentation Status

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 4.2 and django-tapeforms. Optional dependencies are django-tables2 and django-filter.

Prepare for development

The project uses uv to manage dependencies and the python environment.

To run the tests, use:

$ make tests

To start the example project to experiment with cruditor, run:

$ uv run python examples/manage.py runserver