WiserTogether / django-remote-forms

A platform independent django form serializer
MIT License
221 stars 113 forks source link

project status? #22

Open hampsterx opened 9 years ago

hampsterx commented 9 years ago

hi there, last update 1 year ago, PR's waiting to be merged, etc. Is there any plan for this project to be updated or perhaps new stewardship is a possibility?

This project is still very much relevant and useful, especially due to the rise of React.JS which this can play very nicely with.

It's a pity there is no standard for JSON Form Definition :(

Galaf commented 9 years ago

I would like to know, too. Can it still be used in a production environment?

catskul commented 9 years ago

Also interested. I see the https://github.com/WiserTogether/django-remote-forms/tree/PD-2982 branch which looks like it's up to date for Django 1.8, but not sure if I should go shopping for one of the other forks that are out there.

awhillas commented 8 years ago

+1 Looking at using this in tandem with https://github.com/insin/newforms for sending model forms over the wire.

DinkoGeorgiev commented 7 years ago

I stumbled upon this repo, as I am working on a project inspired by similar requirements. I wonder if the project is still managed, as it can relatively easily be made to work with django 1.10 and Python3.x, which I am currently using, and I'm willing to contribute in this aspect.