Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hazho/crudlfap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

663 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome 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:

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 runserver

Features

  • DRY into ModelRouter for all views of a Model,
  • extensive CRUD views, actions, etc
  • Rich frontend interface out of the box, MDC/Ryzom/Unpoly

Resources

About

MIRROR of yourlabs.io/oss/crudlfap

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 64.1%
  • TypeScript 34.3%
  • Other 1.6%