All Projects → yourlabs → crudlfap

yourlabs / crudlfap

Licence: BSD-4-Clause license
MIRROR of yourlabs.io/oss/crudlfap

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to crudlfap

Django Crud Ajax Login Register Fileupload
Django Crud, Django Crud Application, Django ajax CRUD,Django Boilerplate application, Django Register, Django Login,Django fileupload, CRUD, Bootstrap, AJAX, sample App
Stars: ✭ 118 (+490%)
Mutual labels:  crud, ajax
Ajax-CRUD-example-in-laravel
Example performing CRUD operations in laravel using ajax.
Stars: ✭ 69 (+245%)
Mutual labels:  crud, ajax
cute-http
一个基于axios封装的更易用的http库。
Stars: ✭ 18 (-10%)
Mutual labels:  ajax
SSMBlogv2
基于 Spring + Springmvc + Mybatis + Bootstrap + w3.css + ajax 的个人响应式博客
Stars: ✭ 26 (+30%)
Mutual labels:  ajax
angular-progress-http
[DEPRECATED] Use @angular/common/http instead
Stars: ✭ 43 (+115%)
Mutual labels:  ajax
ios-grpc-note-crud-app
Swift iOS gRPC Client Note Taking App
Stars: ✭ 16 (-20%)
Mutual labels:  crud
htmx-talk-2021
Code examples and slides from my 2021 talk Server-Side is Dead! Long Live Server-Side (+ HTMX), presented at DjangoCon and Code Code Code
Stars: ✭ 18 (-10%)
Mutual labels:  ajax
ionicfirebasecrud
An example of crud with Firebase and Ionic
Stars: ✭ 15 (-25%)
Mutual labels:  crud
activeadmin-ajax filter
AJAX filters for ActiveAdmin
Stars: ✭ 86 (+330%)
Mutual labels:  ajax
spring-mvc-ex
SpringMVC 게시판 구현 : 연습예제
Stars: ✭ 17 (-15%)
Mutual labels:  ajax
boiler-plate-commands
Package to generate automatic cruds for Laravel BoilerPlate Apps
Stars: ✭ 13 (-35%)
Mutual labels:  crud
customer-ajax-login
Free magento 2 extension for Popup and AJAX based Login and Sign Up | Manish Joy
Stars: ✭ 14 (-30%)
Mutual labels:  ajax
sozlukus.com
sozlukus.com source code
Stars: ✭ 11 (-45%)
Mutual labels:  ajax
ionic4-angular8-crud-mobileapps-example
Ionic 4 Angular 8 Tutorial: Learn to Build CRUD Mobile Apps
Stars: ✭ 20 (+0%)
Mutual labels:  crud
okta-spring-boot-react-crud-example
Simple CRUD with React and Spring Boot 2.0
Stars: ✭ 214 (+970%)
Mutual labels:  crud
FaceNet-based-Attendance-System
Deep Learning based Web Application for marking attendance of students by recognizing the student's faces from the surveillance video footage of classroom.
Stars: ✭ 25 (+25%)
Mutual labels:  ajax
node-github-publish
Publishes a file to a repository through the GitHub Contents API
Stars: ✭ 20 (+0%)
Mutual labels:  crud
buzy
Async queue manager for node and browser
Stars: ✭ 23 (+15%)
Mutual labels:  ajax
react-native-firebase-firestore-crud-example
React Native Firebase Tutorial: Build CRUD Firestore App
Stars: ✭ 24 (+20%)
Mutual labels:  crud
nodejs-simple-restfull-with-express
⚡ ExpressJS Rest API Sample
Stars: ✭ 19 (-5%)
Mutual labels:  crud

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].