Skip to content

This is an example of a Django application implementing a form splitted through multiple screens

Notifications You must be signed in to change notification settings

jordisan/Django-multistep-form

Repository files navigation

Django multiple-steps form

live at https://django-multistep-form.herokuapp.com/

This is an example of a Django application (my first experiment) implementing a form splitted through multiple screens

Code

Details

  • Temporary data are stored in session and stored to database in last step
  • Root url redirects to first non-filled step
  • Forms are automatically generated from models

Devops

(I'd like) To-do

  • Add info/placeholders for some fields
  • Last step showing all data before submitting
  • Multilanguage
  • Use TypeScript
  • Some more tests

Screenshots

About

This is an example of a Django application implementing a form splitted through multiple screens

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published