Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Django Multi-Step Session Form πŸš€

A clean, responsive, and industry-standard Django application that demonstrates how to capture user data across multiple pages using Django Sessions.

✨ Features

  • Multi-Step Workflow: Segregates Name, Age, and Profession into logical steps.
  • Session Persistence: Uses Django's built-in session framework to store data temporarily without immediate database hits.
  • Clean Logic: Organized view functions for better readability and maintenance.
  • Responsive UI: (Assuming you used Bootstrap) Optimized for both Desktop and Mobile devices.

πŸ› οΈ Tech Stack

  • Backend: Python, Django
  • Frontend: HTML5, Bootstrap 5
  • State Management: Django Sessions

If you find these logic-building challenges helpful, feel free to ⭐ this repository!


πŸ“‚ Project Structure

testapp/
β”œβ”€β”€ views.py       # Core logic for handling session data
β”œβ”€β”€ templates/
β”‚   └── testapp/
β”‚       β”œβ”€β”€ name.html    # Step 1: Name Input
β”‚       β”œβ”€β”€ age.html     # Step 2: Age Input
β”‚       β”œβ”€β”€ prof.html    # Step 3: Profession Input
β”‚       └── result.html  # Step 4: Final Summary

About

A professional multi-step user onboarding application built with Django, demonstrating session management and state persistence across multiple views.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages