Django Tutorial For Beginners | Django Python Web Framework Full Course

preview_player
Показать описание
*Timestamp*

*Introduction*
0:00:00 What To Expect
0:02:57 Why Choose Django?
0:5:45 How Django Works
0:7:50 Setting Up A Virtual Environment For Our Project
0:11:27 Generating Our First Django Project

*Managing Data*
0:19:26 Basic Models And Model Fields
0:23:05 Migrations - A Brief Introduction
0:24:53 Using Django Shell To Create And Query Models
0:28:51 The Django Admin - An Introduction
0:32:19 Creating Relationships Between Models
0:35:38 Model Methods
0:39:34 Turbo Charging Our Admin**

*Views, URLs And Templates*
0:45:12 Our First URL And View - Understanding The Request Response Cycle
0:48:57 Creating Our First Template And Displaying Dynamic Data
0:52:29 Querying Our Data And Using It In Our View
0:58:57 Trying Out Class-Based Views
1:02:54 Class-Based Generic Views
1:08:49 Better HTML With Extends And Includes
1:12:10 Creating Links And Adding Static Resources

*Forms*
1:14:55 Creating And Displaying Our First Form
1:21:13 Saving Form Data
1:23:21 Trying Out Model Forms With Class-Based Views
1:26:56 Using CreateView And Controlling Form Rendering
1:32:40 Writing Custom Form Validation**

*Users*
1:35:21 Supporting Users In Our Application
1:42:39 Restricting User Acces
1:45:26 Logging Users In And Out

*Testing Your Django Application*
1:50:27 Setting Up And Running Tests
1:54:37 Creating Factories With FactoryBoy
2:01:55 Testing Models
2:08:39 Testing Our ListBooks View
2:14:17 Testing Class Based Views
2:22:06 Testing Forms

*Deployment*
2:28:34 Connecting With GitHub And Configuring Our Local Settings
2:36:44 Setting Up A Continuous Integration Server
2:41:25 Serving Your Application With Heroku
2:49:23 Troubleshooting And Setting Up Our First User**

*Conclusion*
2:53:13 Resources And Where To Go From Here
2:56:59 Wrap Up

*About*
This training course, Introduction to Django, will guide you in creating your own Django applications. It is designed for beginners, with no prior experience in Django required. You will learn how to manage data, views, URLs, and templates. The course also covers forms, including creating and displaying them, saving form data, and custom form validation. Additionally, you will be taught how to test your Django application, from setting it up to testing models and forms. The final section of the course will cover deployment, including connecting with GitHub, configuring local settings, setting up a continuous integration server, and troubleshooting. By the end of the course, you will be able to set up, create, and deploy your own Django applications. #DjangoTutorialForBeginners , #DjangoPythonWebFramework ,#DjangoCourse

*Please subscribe to your YouTube channel, 👍like and share 📎 the video with your loved ones, and don't forget to turn on notifications by clicking on the bell icon* @TechScriptHQ

Рекомендации по теме
Комментарии
Автор

Resources folder? Sorry for appearing dim but where can I find the resources folder?

JimmyJazz