Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yourlabs/crudlfap
MVC CRUD for Django, glueing popular plugins such as django-filter, django-tables2, etc
https://github.com/yourlabs/crudlfap
ajax crud django framework jquery material propeller python web
Last synced: 3 months ago
JSON representation
MVC CRUD for Django, glueing popular plugins such as django-filter, django-tables2, etc
- Host: GitHub
- URL: https://github.com/yourlabs/crudlfap
- Owner: yourlabs
- License: bsd-4-clause
- Created: 2017-09-17T14:15:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T18:37:59.000Z (6 months ago)
- Last Synced: 2024-07-17T21:03:56.473Z (4 months ago)
- Topics: ajax, crud, django, framework, jquery, material, propeller, python, web
- Language: Python
- Homepage: https://www.master.crudlfap.ci.yourlabs.io/
- Size: 15.6 MB
- Stars: 26
- Watchers: 21
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - crudlfap - Material Design DRY Django Creates Reads Updates Deletes Lists Forms Actions + views (JavaScript)
README
.. image:: https://img.shields.io/readthedocs/crudlfap.svg
:target: https://crudlfap.readthedocs.io
.. image:: https://yourlabs.io/oss/crudlfap/badges/master/build.svg
:target: https://circleci.com/gh/yourlabs/crudlfap
.. image:: https://img.shields.io/codecov/c/github/yourlabs/crudlfap/master.svg
:target: https://codecov.io/gh/yourlabs/crudlfap
.. image:: https://img.shields.io/npm/v/crudlfap.svg
:target: https://www.npmjs.com/package/crudlfap
.. image:: https://img.shields.io/pypi/v/crudlfap.svg
:target: https://pypi.python.org/pypi/crudlfapWelcome to CRUDLFA+ for Django 3.0: because Django is FUN !
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~CRUDLFA+ stands for Create Read Update Delete List Form Autocomplete and more.
This plugin for Django makes a rich user interface from Django models, built
with Material Components Web Ryzom Components, offering optionnal databinding
with channels support.Demo:
- last release: https://demo.crudlfap.ci.yourlabs.io/
- current master (might be down/broken etc): https://master.crudlfap.ci.yourlabs.io/Try
===This should start the example project from ``src/crudlfap_example`` where each
documented example lives::# This installs the repo in ./src/crudlfap and in your python user packages, i run this from ~
pip install --user -e git+https://github.com/yourlabs/crudlfap.git#egg=crudlfap[example]
cd src/crudlfap./manage.py migrate
./manage.py createsuperuser
./manage.py runserverFeatures
========- DRY into ModelRouter for all views of a Model,
- extensive CRUD views, actions, etc
- Rich frontend interface out of the box, MDC/Ryzom/UnpolyResources
=========- `Documentation
`_
- `ChatRoom graciously hosted by
`_ by `YourLabs Business Service
`_ on `Mattermost
`_
- `Mailing list graciously hosted
`_ by `Google
`_
- For **Security** issues, please contact [email protected]
- `Git graciously hosted
`_ by `YourLabs Business Service
`_ with `GitLab
`_
- `Package graciously hosted
`_ by `PyPi
`_,
- `Continuous integration graciously hosted
`_ by YourLabs Business Service
- Browser test graciously hosted by `SauceLabs
`_