Skip to content

Ninono12/django_lecture_thirteen_Example-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Forms

📚 Task: Add a Form and Validation to Your Project

1. Create a Simple Form:

  • Add a form to collect data (e.g., a user’s name and email).
  • Define at least two fields in the form.

2. Add Basic Validation:

  • Ensure the name field is required.
  • Validate that the email field contains a valid email address.

3. Integrate the Form into a View:

  • Display the form in a view and render it in a template.
  • Handle form submission and show success or error messages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published