Introduction
With Django, you can take web applications from concept to launch in a matter of hours. It’s a free and open-source framework that’s designed on top of Python and supports data-driven architecture. You will learn how to get up and running with Django and learn how to incorporate CSS and JavaScript to enhance the style and usability of your Django projects.
Course Objectives:
- Creating a new Django project
- Defining Django models and fields
- Querying data with the Django ORM
- Building views and templates
- Integrating CSS and JavaScript
Duration
7 hours, 1 Day Course
Mode of Delivery
Classroom-based, Instructor-led Training
Course Outline
- Get Started on Django
- What is Django?
- Install Django
- Create a Django Project
- Add a Django App
- Django MVT Architecture
- Django Models
- What is Django Models
- Model Field Types
- Create Models
- Migration
- Django Admin
- Populate Database
- Django ORM
- What is Django ORM
- Start Django Shell
- ORM Queries
- URL Patterns & Views
- What is URL Patterns
- Regular Expression
- Create URL Patterns
- Create Views
- Templates
- Render Templates
- Jinja Templating Commands
- Static Files