The following warnings occurred:
Warning [2] Undefined array key "extra" - Line: 100 - File: inc/plugins/google_seo/url.php PHP 8.1.33 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/inc/plugins/google_seo/url.php 100 errorHandler->error_callback
/inc/plugins/google_seo.php 317 require_once
/inc/class_plugins.php 38 require_once
/inc/init.php 263 pluginSystem->load
/global.php 20 require_once
/printthread.php 16 require_once
Warning [2] Undefined variable $location - Line: 1250 - File: inc/plugins/google_seo/url.php PHP 8.1.33 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/inc/plugins/google_seo/url.php 1250 errorHandler->error_callback
/inc/plugins/google_seo/url.php 174 google_seo_url_hook
/inc/plugins/google_seo.php 317 require_once
/inc/class_plugins.php 38 require_once
/inc/init.php 263 pluginSystem->load
/global.php 20 require_once
/printthread.php 16 require_once
Warning [2] Undefined variable $unreadreports - Line: 38 - File: global.php(961) : eval()'d code PHP 8.1.33 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/global.php(961) : eval()'d code 38 errorHandler->error_callback
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined variable $mysupport_tech_notice - Line: 38 - File: global.php(961) : eval()'d code PHP 8.1.33 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/global.php(961) : eval()'d code 38 errorHandler->error_callback
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined variable $mysupport_assign_notice - Line: 38 - File: global.php(961) : eval()'d code PHP 8.1.33 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/global.php(961) : eval()'d code 38 errorHandler->error_callback
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined array key 859161 - Line: 833 - File: inc/plugins/google_seo/url.php PHP 8.1.33 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/inc/plugins/google_seo/url.php 833 errorHandler->error_callback
/inc/plugins/google_seo/url.php 1412 google_seo_url_cache
/inc/functions.php 6559 google_seo_url_thread
/printthread.php 124 get_thread_link



Softwarez.Info - Software's World!
Django Fundamentals - Printable Version

+- Softwarez.Info - Software's World! (https://softwarez.info)
+-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone)
+--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials)
+--- Thread: Django Fundamentals (/Thread-Django-Fundamentals--859161)



Django Fundamentals - AD-TEAM - 03-13-2025

[Image: 537661809_oip.jpg]
451.93 MB | 00:05:45 | mp4 | 1920X1080 | 16:9
Genre:eLearning |Language:English

Files Included :
01 Course Overview.mp4 (2.97 MB)
02 Project Preview.mp4 (4.62 MB)
03 Starting a PyCharm Project.mp4 (4.12 MB)
04 Installing Django.mp4 (1.72 MB)
05 Starting a Django Project.mp4 (2.83 MB)
06 Running the Django Server.mp4 (2.29 MB)
07 Exploring the Project Files.mp4 (7 MB)
08 Review.mp4 (3.28 MB)
09 Creating a Django App.mp4 (8.03 MB)
10 Adding a Page.mp4 (8.91 MB)
11 When It Doesnt Work.mp4 (5.07 MB)
12 Django and the Flow of Control.mp4 (5.01 MB)
13 Adding an About Page.mp4 (9.8 MB)
14 Review.mp4 (8.55 MB)
15 Introducing Models and Migrations.mp4 (5.57 MB)
16 Running Initial Migrations.mp4 (10.04 MB)
17 Creating a Model Class.mp4 (7.76 MB)
18 Creating and Running Migrations.mp4 (7.14 MB)
19 The Admin Interface.mp4 (8.37 MB)
20 Review.mp4 (7.92 MB)
21 Bringing It All Together.mp4 (8.62 MB)
22 Another Model.mp4 (15.03 MB)
23 Introducing Templates and the MTV Pattern.mp4 (2.41 MB)
24 A Template for the Welcome Page.mp4 (13 MB)
25 Template Variables and Dynamic Content.mp4 (6.3 MB)
26 Review- Templates.mp4 (4.42 MB)
27 Completing the MTV Pattern.mp4 (2.51 MB)
28 Taking a Parameter from the URL.mp4 (9.03 MB)
29 Returning a 404 Error.mp4 (5.21 MB)
30 Review.mp4 (11.12 MB)
31 Project Structure Overview.mp4 (6.04 MB)
32 A Template with a For Loop.mp4 (10.77 MB)
33 Link Building.mp4 (11.7 MB)
34 Listing All Rooms- An Exercise.mp4 (11.8 MB)
35 Best Practice for URLs and Apps.mp4 (8.97 MB)
36 Review.mp4 (5.86 MB)
37 Adding Styling with CSS.mp4 (11.1 MB)
38 Adding an Image.mp4 (3.36 MB)
39 Template Inheritance.mp4 (10.24 MB)
40 Review.mp4 (4.36 MB)
41 A Template with a ModelForm.mp4 (12.09 MB)
42 Submitting the Form.mp4 (7.89 MB)
43 Processing User Input.mp4 (10.6 MB)
44 Understanding the Program Flow for Processing a Form.mp4 (3.02 MB)
45 A Note About Validation and Security.mp4 (2.89 MB)
46 Review.mp4 (8.68 MB)
47 Editing Meetings.mp4 (10.84 MB)
48 Deleting Meetings.mp4 (6.31 MB)
49 A Relation to the Users Table.mp4 (6.42 MB)
50 Enabling Authentication Views.mp4 (6.51 MB)
51 Top Level Templates.mp4 (10.57 MB)
52 Configuring Login and Logout Views.mp4 (1.92 MB)
53 Reacting to User Login Status.mp4 (5.33 MB)
54 Restricting Access to Views.mp4 (10.24 MB)
55 A Note on QuerySets and Laziness.mp4 (11.63 MB)
56 Customizing the Admin Interface.mp4 (6.86 MB)]
Screenshot
[Image: 35p2J93H_o.jpg]


[To see links please register or login]

[To see links please register or login]