dsreliete / Polls

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/


Languages

Language:Python 75.3%Language:HTML 24.5%Language:CSS 0.1%