Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 340 Bytes

python-django-intro.md

File metadata and controls

12 lines (9 loc) · 340 Bytes

Intro to Django

Objectives

  • Identify and describe the principles of Django
  • Use Django command line tools to start projects and apps
  • Create Database Models
  • Configure URL routes
  • Use Django's ORM (Object Relational Mapper) to manipulate DB data
  • POST new data to the server
  • Manipulate data using Django's Admin interface