mfindeisen / crudlfap

Material Design DRY Django Creates Reads Updates Deletes Lists Forms Autocompletes + views

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to CRUDLFA+ for Django 2.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.

Try

This should start the example project from src/crudlfap_example where each documented example lives, without virtualenv:

# 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[dev]

# Migrate SQLite database, create some users and starts a server on localhost:8000
crudlfap dev

# Start webpack watcher
yarn --cwd js start

Features

  • DRY into ModelRouter for all views of a Model,
  • Rich frontend interface out of the box, MaterializeCSS/Turbolinks/StimulusJS/Webpack

Resources

About

Material Design DRY Django Creates Reads Updates Deletes Lists Forms Autocompletes + views

License:BSD 4-Clause "Original" or "Old" License


Languages

Language:CSS 37.9%Language:Python 30.3%Language:TypeScript 21.3%Language:HTML 5.4%Language:JavaScript 4.1%Language:Sass 0.6%Language:Dockerfile 0.4%