Pylons / deform

A Python HTML form library.
Other
416 stars 160 forks source link

Improve readonly HTML attribute; Add Selectize #500

Closed stevepiercy closed 3 years ago

stevepiercy commented 3 years ago

w00t! That was painful! @sydoluciani, you would be proud of me. :grin: The commits after merging deformdemo's PR show my flailing attempts until it finally hit me.

sydoluciani commented 3 years ago

@stevepiercy this was a lot of work. nicely done. Sorry, I was not able to contribute to Deform lately. I have to spend some time on Pyramid authentication and authorization for my own good 😃
There is a Pyramid Role Based Access Control presentation at Plone conference tomorrow and I am going to join.

I was looking for a personal blog powered by Pyramid, and the only one I found is the one included in Pyramid tutorial, but it is using WTForms instead of Deform.

What do you think of replacing WTForms in document with Deform ? It is nice to have a showcase that Pyramid can use other form generators, but Deform is what we are supporting.

I am thinking of replacing WTForms then add more functionalities to be a fully functional blog and finally use it for blogging. I can submit a pull request once it is completed.

stevepiercy commented 3 years ago

@sydoluciani that would be a fun sprint topic. I will have more information soon about the sprints taking place this weekend.