Django From A to Z Description
This course will show you how to create a fully functional website using the Django framework. Python has been regarded as a language that can do everything and anything. Web applications are no exception. The good news about this course is that you don’t need advanced Python knowledge; all you need is a basic understanding of how to create simple Python functions/scripts.
It is critical to be able to construct Python web applications on your own if you wish to advance your Python abilities and specialize in web app development. Furthermore, this course provides you with the option to do so by focusing on Python’s Django Framework. It is a super powerful yet simple framework capable of quickly creating awesome web apps.
Here’s what you will learn in this course:
- Introduction
- What you will learn
- Install Python – Mac users
- Install Python – Window User
- Install Django
- Project folder
- First app
- Run project
- First URL
- View function
- Secondary URL
- Data types
- URL parameters
- HTML
- CSS
- Model
- Article form
- Form design
- Create article
- Save article
- Show articles
- Edit form
- Edit form 1
- Edit form 2
- Post design
- Nav bar
- Delete post
- About us
- Project files