Set of generic class based views with Bootstrap templates.
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-cruditor-0.1.1.tar.gz
.
File metadata
- Download URL: django-cruditor-0.1.1.tar.gz
- Upload date:
- Size: 382.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca2538ad53eedde01fa3621ba3bb8347a22f560b3a53305967246443c8696d6f |
|
MD5 | badcfda74894a5e25a96cff45f570015 |
|
BLAKE2b-256 | 1047452bb070d820ee5a397403f815ab7805a1fe92b87fbd06bb9424b17813e1 |
File details
Details for the file django_cruditor-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_cruditor-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 395.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bafdd4ddfb311d3b43b0d99509f7a1a5c71a017c6fe750b77531ac32c84ca18 |
|
MD5 | 8caa2c22c2c9ef5e509ab17764c45ee7 |
|
BLAKE2b-256 | 91435cc99dd1d94ee223dfe6c3854e08969330cf355c0170629700946e7ea946 |