Skip to content

sardo15/PollMe---Django-2.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PollMe---Django-2.0

A polling application built with Python and Django

Video 10 - Creating And Saving Objects - No changes to code (we added objects to the database in the shell)

Video 11 - Querysets - No changes to code

Video 24 - Accessing Many-To-One - No changes to code, we explored the "choice_set" manager that is now available to objects of the Poll class.

Video 35 - The Django Request Object - No changes to code, we explored the request object and how we use it with authenticated (or not authenticated) users.

Video 44 - Form Validation Process - No changes to code. We looked at the form documentation to explore how the validation process works and how we can use custom validation to check if password fields match.

Video 74 - Seeding The Database - No changes to code. We seeded the database with faked data using seeder.py

About

A polling application built with Python and Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.1%
  • HTML 30.4%
  • CSS 0.5%