CyberSeed2017 / django_server

0 stars 0 forks source link

Forms #9

Open ahmsayat opened 7 years ago

ahmsayat commented 7 years ago

Creating User Forms https://docs.djangoproject.com/en/1.11/topics/forms/modelforms/

ahmsayat commented 7 years ago

https://docs.djangoproject.com/en/1.11/topics/forms/modelforms/#django.forms.ModelForm

ahmsayat commented 7 years ago

ModelForm: http://blog.appliedinformaticsinc.com/using-django-modelform-a-quick-guide/

ahmsayat commented 7 years ago

Ajax ModelForm https://pypi.python.org/pypi/django-jinja-knockout/0.5.0

ahmsayat commented 7 years ago

Viewflow is a lightweight reusable workflow library that helps to organize people collaboration business logic in django applications.

http://viewflow.io/

material http://forms.viewflow.io/

registration form: http://demo.viewflow.io/materialforms/registration/#!

ahmsayat commented 7 years ago

CRUD: https://django-crudbuilder.readthedocs.io/en/latest/installation.html#generating-crud-class-based-views

https://github.com/faxad/djangoCRUD/blob/master/README.md

https://github.com/bmihelac/django-cruds

Django-Baker *** https://stackoverflow.com/questions/10363581/how-to-create-views-automatically-from-model-as-in-django-admin

ahmsayat commented 7 years ago

Styling the forms: https://simpleisbetterthancomplex.com/article/2017/08/19/how-to-render-django-form-manually.html