# 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
