


Django Development Training
Python is an interpreted high level programming language and Django is the web framework that written in python. Before start working on Django we have to learn python. Django framework help in to develop a good and complex website easier. Django is widely used framework and open source. It helps developers to create an application as soon as possible. One of the best part of django is, it provides django admin interface that help you to manage database. It will save time to create front-end for admin panel. Django works on MVT architecture,MVT stands for model, view, template.
- django works on MVT architecture
- MVT - model, View, Template
- What is model in django
- How to create models
- What is views in django
- How to create views
- What is templates in django
- How to create templates
- Adding Login/Signup Buttons on Navbar
- Creating User Registration Form
- Displaying registration success message
- Saving the Users
- Logging in Users
- The Profile Model
- Adding the User Profile picture upload/display option.
- Displaying the User Page