DJANGO Programming, For Beginners, Quick Start Guide: Django Language Crash Course Tutorial & Exercises
- Edition: 1
- Language: English
- Publisher: In Easy Step by Step, Teach Yourself eBook & Book
- Publication Date: 2021-05-23
- ISBN-10: B095R3V491
This is a zero-risk investment. If you are not satisfied with this eBook, you can get back the full refund within 7 days.
About This Book
Absolutely for Beginners
“Django Programming & Exercises” covers all essential Django knowledge. You can learn complete primary skills of Django fast and easily. The book includes many practical examples for beginners and includes questions & answers for the college exam, the engineer certification exam, and the job interview exam.
Note:
Before you learn Django programming, you must have the knowledge of the Python language.
Table of Content
Chapter 1
Django Introduction
Install Django
Chapter 2
Creating Project
Project Structure
Start up Server
Preview Web Page
Create a View File
Create an URL File
View the Web Page
Template
Template Path
Modify view.py
View the Web Page
Chapter 3
Django Template Tags
If/Endif Tag
Elif/Endif Tag
For Tag
Comment Tag
Include Tag
Convert to Lower Case
Convert to Upper Case
String Length
Truncating Tag
Block & Extend Tag
Chapter 4
Models
Create an App
Modify the models.py
Modify the setting.py
Create a Data Table
Modify urls.py
Create a file testdb.py
Test Database
Retrieve Data
Update the Data
Delete the Data
Chapter 5
Django Form
Get Method
Test the Form
Calculation
Post Method
Test the Form
Redirection
Chapter 6
Administration Tools
Activation of Management Tools
Create a Super User
Manage Database
Another Database
Modify the models.py
Register the New Database
Back-End Sample
Appendix 1 Python Basic
What is Python?
First Python Program
The Shell Prompt
Configure Editor
Variables
Variables & Comment
Arithmetic Operator
Assignment Operators
Comparison Operators
Logical Operators
Conditional Operator
Convert Data Type
Triple Quotes
Exercise: Ticket Fare
Summary
Appendix 2 Questions & Answers
Questions
Answers
Recommended Books