- Home
- Artificial Intelligence, Machine Learning and Data Science
- Internet of Things with Python
- Advanced Python Scripting
- Linux Kernel Internals and Advanced Programming
- Embedded Linux System Development
- Linux Device Drivers and Kernel Programming
- Unix/Linux Shell Scripting with sed and awk
- Python - Django Web Framework
- Advanced Python for Network Engineers
- About
- Contact Us
- Blog
Python - Django Web Framework Training Workshop
Course Duration: 2 Full Days
Course Outline:
- Introduction
- How the Web Works
- HTML Basics
- CSS Basics (Cascading Style Sheet)
- Javascript Basics
- Introduction of Django
- Environment Setup
- Installing Python
- Installing Django
- Testing Django Installation
- Creating a Skeleton Website
- Creating a project
- Creating an application
- Registering the application
- Specifying the database
- URL mapper
- Testing the website framework
- Models
- Django Admin Site
- Views
- Templates
- User Authentication and Permissions
- Working with Forms
- Testing the Web Application
- Deploying the Web Application