Skip to content

dsreliete/Polls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Polls

This project was developed following Django tutorial!.

The main aim is to unsderstand project organization, simple setup of django application and develop a > vote app using admin and web interface.

At the end of the development I am able to:

  • Understand the main files from a project
    • urls.py,
    • settings.py,
    • manage .py
  • Understand project and database sqlite3 setup
  • Create, activate and update Models
  • Treat Exception and errors
  • Use generic views
  • Write automated tests
  • Deal with look and feel app
  • Customize admin page:
    • forms,
    • html

About

This project was developed based on Django documentations found in https://docs.djangoproject.com/en/2.2/intro/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published