Description
In this course, you will learn :
- Introductory Django
- How to Build Database Driven Websites With Django
- Download and Install Python
- Install Django
- How To Manage URL's
- How to Create Views/Pages
- How to Use Static Image Files
Syllabus :
1. Setting Up The Development Environment
- First Things First: How To Get Support Fast!
- Installing Python
- Sublime Text Editor
- Setting Up Virtualenv
- Installing Django
- Django 3.0 Update
2. Creating The Django App Basics
- Runserver and Admin Area
- Startapp
- Urls.py
- Views and Templates
- Base Extends
- Installing Bootstrap CSS
- Bootstrap Navbar
- Django Links
- Context Dictionary
3. Django and Databases
- Database Class
- Database Migrations and Migrating
- Database Admin
- Database Add To Index Page
- Bootstrap Tables
- Static CSS Files
- Forms
- Home View Database Posting
- Messages
- Delete Items
- Cross and Uncross Items
- Editing Items