首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeTutorials.Us] Udemy - django-core
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2017-11-2 14:58
2024-12-19 15:36
109
3.32 GB
159
磁力链接
magnet:?xt=urn:btih:c21013bf46bee1746516ba0de6663ba8af5519f0
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmMyMTAxM2JmNDZiZWUxNzQ2NTE2YmEwZGU2NjYzYmE4YWY1NTE5ZjBaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeTutorials
Us
Udemy
-
django-core
文件列表
01 Introduction/001 Introduction.mp4
29.59MB
01 Introduction/002 Installation & Recommended Setup.mp4
32.19MB
01 Introduction/003 How to use this course.mp4
33.49MB
02 Django Views/004 Introduction.mp4
22.03MB
02 Django Views/005 Install & First View.mp4
30.17MB
02 Django Views/006 Http Response & Http Response Redirect.mp4
42.53MB
02 Django Views/007 CRUD & Views.mp4
28.23MB
02 Django Views/008 Template Rendering.mp4
12.71MB
02 Django Views/009 Understanding Context.mp4
11.62MB
02 Django Views/010 User Context & Login Required Decorator.mp4
16.24MB
02 Django Views/011 Detail View.mp4
32.19MB
02 Django Views/012 Create View.mp4
34.38MB
02 Django Views/013 Update View.mp4
15.78MB
02 Django Views/014 Delete View.mp4
17.85MB
02 Django Views/015 Combining Crud in 1 View.mp4
37.14MB
02 Django Views/016 Search in List View & Q Lookups.mp4
17.75MB
02 Django Views/017 Thank you and next steps.mp4
7.57MB
03 Django Models Unleashed/018 Introduction.mp4
21.57MB
03 Django Models Unleashed/019 Documentation & Version.mp4
2.82MB
03 Django Models Unleashed/020 Start Blank Project.mp4
11.35MB
03 Django Models Unleashed/021 App_ First Model_ & Makemigrations.mp4
14.28MB
03 Django Models Unleashed/022 Boolean Field_ Null_ & Default Values.mp4
32.61MB
03 Django Models Unleashed/023 CharField & TextField.mp4
14.57MB
03 Django Models Unleashed/024 Render Model in Admin.mp4
11.14MB
03 Django Models Unleashed/025 Django Field Choices.mp4
15.33MB
03 Django Models Unleashed/026 Object Unicode Name.mp4
10.53MB
03 Django Models Unleashed/027 Built-in Validation.mp4
16.87MB
03 Django Models Unleashed/028 Custom Field Validation.mp4
18.35MB
03 Django Models Unleashed/029 Overriding the Save Method.mp4
21.48MB
03 Django Models Unleashed/030 Using Signals with Models.mp4
33.1MB
03 Django Models Unleashed/031 Error Messages & Help Text.mp4
9.58MB
03 Django Models Unleashed/032 Timestamp & DateTimeField.mp4
20.73MB
03 Django Models Unleashed/033 Instance Methods & Properties.mp4
31.89MB
03 Django Models Unleashed/034 Model Managers.mp4
28.66MB
03 Django Models Unleashed/035 Custom QuerySet Methods.mp4
28.61MB
03 Django Models Unleashed/036 Models in the Python Shell.mp4
31.12MB
03 Django Models Unleashed/037 Thank you!.mp4
8.89MB
04 Understanding Class Based Views/038 Welcome.mp4
1.16MB
04 Understanding Class Based Views/039 Requirements & Recommendations.mp4
4.69MB
04 Understanding Class Based Views/040 Intro & Template View.mp4
9.62MB
04 Understanding Class Based Views/041 Customize Template View.mp4
13.35MB
04 Understanding Class Based Views/042 Base View and Mixins.mp4
26.82MB
04 Understanding Class Based Views/043 Login Required Decorator & Custom Mixin.mp4
22.92MB
04 Understanding Class Based Views/044 DetailView.mp4
25.31MB
04 Understanding Class Based Views/045 ListView.mp4
19.65MB
04 Understanding Class Based Views/046 CreateView.mp4
33.05MB
04 Understanding Class Based Views/047 UpdateView.mp4
11.22MB
04 Understanding Class Based Views/048 Delete View.mp4
20.84MB
04 Understanding Class Based Views/049 Handling Exceptions with Objects.mp4
18.65MB
04 Understanding Class Based Views/050 Django Messages in a CBV.mp4
19.14MB
04 Understanding Class Based Views/051 Using a FormMixin in a CBV.mp4
27.24MB
04 Understanding Class Based Views/052 Next Steps.mp4
2.34MB
05 Forms & Formsets/053 Introduction.mp4
16.49MB
05 Forms & Formsets/054 Requirements & Suggestions.mp4
5.78MB
05 Forms & Formsets/055 Basic Overview.mp4
6.95MB
05 Forms & Formsets/056 An HTML Form.mp4
16.6MB
05 Forms & Formsets/057 Your First Django Form.mp4
4.71MB
05 Forms & Formsets/058 Render the Form.mp4
15.35MB
05 Forms & Formsets/059 Form Fields.mp4
15.02MB
05 Forms & Formsets/060 Collecting Data via HTML Form.mp4
15.93MB
05 Forms & Formsets/061 Collecting Data via Django Form.mp4
13.7MB
05 Forms & Formsets/062 Basic Form Validation.mp4
10.45MB
05 Forms & Formsets/063 Initial Form Data.mp4
23.06MB
05 Forms & Formsets/064 Form Field Label & Widgets.mp4
33.71MB
05 Forms & Formsets/065 Model Form.mp4
28.61MB
05 Forms & Formsets/066 Override the Save Method in Model Form.mp4
18.29MB
05 Forms & Formsets/067 Adjusting Model Form Data in a View.mp4
13.09MB
05 Forms & Formsets/068 Custom Error Messages.mp4
27.12MB
05 Forms & Formsets/069 Rendering Form Errors in a View.mp4
15.49MB
05 Forms & Formsets/070 Rendering Fields Manually within a Template.mp4
22.59MB
05 Forms & Formsets/071 Reusable Form Template Snippet.mp4
14.75MB
05 Forms & Formsets/072 Django Formsets.mp4
20.86MB
05 Forms & Formsets/073 Model Formsets.mp4
21.79MB
05 Forms & Formsets/074 ModelForm and QuerySets in Model Formsets.mp4
18.9MB
05 Forms & Formsets/075 Dynamic New Form in Formsets with jQuery.mp4
58.46MB
05 Forms & Formsets/076 Next Steps.mp4
7.73MB
06 Django Templates/077 Setup Project.mp4
25.38MB
06 Django Templates/078 Introduction.mp4
16.24MB
06 Django Templates/079 Template Filters.mp4
32.76MB
06 Django Templates/080 For Loops & Cycle.mp4
26.09MB
06 Django Templates/081 Inheritance.mp4
22.88MB
06 Django Templates/082 Include with Variables.mp4
15.02MB
06 Django Templates/083 Override App Templates.mp4
30.96MB
06 Django Templates/084 Thank you and next steps.mp4
21.51MB
07 Django Translation/085 Introduction.mp4
5.52MB
07 Django Translation/086 Setup gettext using Homebrew.mp4
6.91MB
07 Django Translation/087 Translate a String in a View.mp4
21.96MB
07 Django Translation/088 Manually Activate Translation by Language.mp4
5.95MB
07 Django Translation/089 Django Translation in Template.mp4
12.49MB
07 Django Translation/090 Thank you.mp4
1.62MB
08 Django User Model Unleashed/091 Welcome.mp4
9.29MB
08 Django User Model Unleashed/092 Requirements.mp4
5.27MB
08 Django User Model Unleashed/093 Extend User Model.mp4
26.2MB
08 Django User Model Unleashed/094 Custom User Model.mp4
64.57MB
08 Django User Model Unleashed/095 Extending the Custom User Model.mp4
13.32MB
08 Django User Model Unleashed/096 Register User.mp4
23.8MB
08 Django User Model Unleashed/097 User Login & Authentication.mp4
48.33MB
08 Django User Model Unleashed/098 User Logout.mp4
6.85MB
08 Django User Model Unleashed/099 User Login with Username or Email.mp4
26.28MB
08 Django User Model Unleashed/100 Inactive User.mp4
18.67MB
08 Django User Model Unleashed/101 Activation Keys.mp4
40.66MB
08 Django User Model Unleashed/102 Thank you and next steps.mp4
5.13MB
09 Django Tests Unleashed/103 Requirements.mp4
4.98MB
09 Django Tests Unleashed/104 Setup Project.mp4
9.31MB
09 Django Tests Unleashed/105 Model Tests.mp4
52.14MB
09 Django Tests Unleashed/106 Form Tests.mp4
28.91MB
09 Django Tests Unleashed/107 View Tests.mp4
27.06MB
09 Django Tests Unleashed/108 Authenticating Users Tests.mp4
41.93MB
09 Django Tests Unleashed/109 CRUD Test in Django Rest Framework.mp4
43.62MB
09 Django Tests Unleashed/110 Thank you and next steps.mp4
5.66MB
10 Deployment/111 Deployment Introduction.mp4
17.61MB
10 Deployment/112 Linode Part 1.mp4
48.16MB
10 Deployment/113 Linode Part 2.mp4
37.8MB
10 Deployment/114 Digital Ocean _ Setup.mp4
22.93MB
10 Deployment/115 Digital Ocean _ Local Django Project.mp4
51.49MB
10 Deployment/116 Digital Ocean _ Debian + Apache + Django.mp4
51.85MB
10 Deployment/117 Digital Ocean _ Local to Live.mp4
39.66MB
10 Deployment/118 Webfaction _ Setup.mp4
21.29MB
10 Deployment/119 Webfaction _ Local Django Project.mp4
51.49MB
10 Deployment/120 Webfaction _ Local to Live.mp4
43.2MB
10 Deployment/121 Heroku _ Login to Heroku.mp4
10.16MB
10 Deployment/122 Local Django Project.mp4
51.49MB
10 Deployment/123 Setup Git for your Project.mp4
19.19MB
10 Deployment/124 Create Heroku App.mp4
11.35MB
10 Deployment/125 Production Settings & Static Files.mp4
14.39MB
10 Deployment/126 Custom Domain & Go Live.mp4
45.84MB
11 Django Foreign Keys Unleashed/127 Welcome to Foreign Keys Unleashed.mp4
8.14MB
11 Django Foreign Keys Unleashed/128 First Foreign Key Relation.mp4
14.99MB
11 Django Foreign Keys Unleashed/129 Relations in the Shell.mp4
24.27MB
11 Django Foreign Keys Unleashed/130 More Foreign Keys.mp4
26.76MB
11 Django Foreign Keys Unleashed/131 ManyToMany Field.mp4
21.81MB
11 Django Foreign Keys Unleashed/132 One to One Field.mp4
22.97MB
11 Django Foreign Keys Unleashed/133 On Delete.mp4
33.65MB
11 Django Foreign Keys Unleashed/134 Limit Choices To.mp4
11.46MB
11 Django Foreign Keys Unleashed/135 Search & Change Foreign Key Field in Admin.mp4
7.5MB
11 Django Foreign Keys Unleashed/136 Save Request User to Model in Admin.mp4
10.61MB
11 Django Foreign Keys Unleashed/137 Model Admin Method for User Foreign Key.mp4
11.7MB
11 Django Foreign Keys Unleashed/138 Related Name in Foreign Key.mp4
12.87MB
11 Django Foreign Keys Unleashed/139 Thank you.mp4
1.48MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/140 What is Time & Tasks_.mp4
44.68MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/141 Requirements.mp4
13.19MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/142 Download Redis.mp4
13.84MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/143 Install Celery & Redis in Virtualenv.mp4
16.96MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/144 Celery Module.mp4
6.73MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/145 Create a Django App.mp4
11.41MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/146 Defer Tasks with Celery.mp4
49.63MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/147 Scheduled Tasks.mp4
26.89MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/148 Celery & Redis on Heroku.mp4
22.96MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/149 Thank you.mp4
913.42KB
13 Django Hosts/150 Welcome.mp4
17.4MB
13 Django Hosts/151 Setup & Test Domains Locally.mp4
8.39MB
13 Django Hosts/152 Initial Setup.mp4
20.86MB
13 Django Hosts/153 Routing Subdomain Names.mp4
14.31MB
13 Django Hosts/154 Default Subdomain Redirects.mp4
17.4MB
13 Django Hosts/155 Django Hosts Reverse.mp4
18.35MB
13 Django Hosts/156 Django Hosts within an App.mp4
42.46MB
13 Django Hosts/157 Build URLs with Template Tags.mp4
10.9MB
13 Django Hosts/158 Setting the Request Subdomain.mp4
22.33MB
14 Thank you & Next Steps/159 Thank you and next steps!.mp4
23.03MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统