Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.55 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.55 KB

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