Simple Django project for student form handling and validation.
| Form Input Page | Submission Success Page |
|---|---|
![]() |
![]() |
- Django Forms & Dynamic Validation
- Custom Field Validation (
clean_phone_no) - Clean POST Request Processing
- Dynamic Data Rendering with Bootstrap 5
- Backend: Python, Django
- Frontend: HTML5, CSS3, Bootstrap 5
pip install -r requirements.txt
python manage.py runserver
# Django Student Form
Simple Django project for student form handling and validation.
## Features
- Django Forms
- Form Validation
- POST Request Handling
- Dynamic Data Rendering
## Tech Stack
- Python
- Django
- HTML
## Run Project
```bash
pip install -r requirements.txt
python manage.py runserver
pip install Pillow
