zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeTutorials.Us] Udemy - django-core
magnet:?xt=urn:btih:c21013bf46bee1746516ba0de6663ba8af5519f0&dn=[FreeTutorials.Us] Udemy - django-core
磁力链接详情
Hash值:
c21013bf46bee1746516ba0de6663ba8af5519f0
点击数:
102
文件大小:
3.32 GB
文件数量:
159
创建日期:
2017-11-2 14:58
最后访问:
2024-9-22 23:50
访问标签:
FreeTutorials
Us
Udemy
-
django-core
文件列表详情
01 Introduction/001 Introduction.mp4 29.59 MB
01 Introduction/002 Installation & Recommended Setup.mp4 32.19 MB
01 Introduction/003 How to use this course.mp4 33.49 MB
02 Django Views/004 Introduction.mp4 22.03 MB
02 Django Views/005 Install & First View.mp4 30.17 MB
02 Django Views/006 Http Response & Http Response Redirect.mp4 42.53 MB
02 Django Views/007 CRUD & Views.mp4 28.23 MB
02 Django Views/008 Template Rendering.mp4 12.71 MB
02 Django Views/009 Understanding Context.mp4 11.62 MB
02 Django Views/010 User Context & Login Required Decorator.mp4 16.24 MB
02 Django Views/011 Detail View.mp4 32.19 MB
02 Django Views/012 Create View.mp4 34.38 MB
02 Django Views/013 Update View.mp4 15.78 MB
02 Django Views/014 Delete View.mp4 17.85 MB
02 Django Views/015 Combining Crud in 1 View.mp4 37.14 MB
02 Django Views/016 Search in List View & Q Lookups.mp4 17.75 MB
02 Django Views/017 Thank you and next steps.mp4 7.57 MB
03 Django Models Unleashed/018 Introduction.mp4 21.57 MB
03 Django Models Unleashed/019 Documentation & Version.mp4 2.82 MB
03 Django Models Unleashed/020 Start Blank Project.mp4 11.35 MB
03 Django Models Unleashed/021 App_ First Model_ & Makemigrations.mp4 14.28 MB
03 Django Models Unleashed/022 Boolean Field_ Null_ & Default Values.mp4 32.61 MB
03 Django Models Unleashed/023 CharField & TextField.mp4 14.57 MB
03 Django Models Unleashed/024 Render Model in Admin.mp4 11.14 MB
03 Django Models Unleashed/025 Django Field Choices.mp4 15.33 MB
03 Django Models Unleashed/026 Object Unicode Name.mp4 10.53 MB
03 Django Models Unleashed/027 Built-in Validation.mp4 16.87 MB
03 Django Models Unleashed/028 Custom Field Validation.mp4 18.35 MB
03 Django Models Unleashed/029 Overriding the Save Method.mp4 21.48 MB
03 Django Models Unleashed/030 Using Signals with Models.mp4 33.1 MB
03 Django Models Unleashed/031 Error Messages & Help Text.mp4 9.58 MB
03 Django Models Unleashed/032 Timestamp & DateTimeField.mp4 20.73 MB
03 Django Models Unleashed/033 Instance Methods & Properties.mp4 31.89 MB
03 Django Models Unleashed/034 Model Managers.mp4 28.66 MB
03 Django Models Unleashed/035 Custom QuerySet Methods.mp4 28.61 MB
03 Django Models Unleashed/036 Models in the Python Shell.mp4 31.12 MB
03 Django Models Unleashed/037 Thank you!.mp4 8.89 MB
04 Understanding Class Based Views/038 Welcome.mp4 1.16 MB
04 Understanding Class Based Views/039 Requirements & Recommendations.mp4 4.69 MB
04 Understanding Class Based Views/040 Intro & Template View.mp4 9.62 MB
04 Understanding Class Based Views/041 Customize Template View.mp4 13.35 MB
04 Understanding Class Based Views/042 Base View and Mixins.mp4 26.82 MB
04 Understanding Class Based Views/043 Login Required Decorator & Custom Mixin.mp4 22.92 MB
04 Understanding Class Based Views/044 DetailView.mp4 25.31 MB
04 Understanding Class Based Views/045 ListView.mp4 19.65 MB
04 Understanding Class Based Views/046 CreateView.mp4 33.05 MB
04 Understanding Class Based Views/047 UpdateView.mp4 11.22 MB
04 Understanding Class Based Views/048 Delete View.mp4 20.84 MB
04 Understanding Class Based Views/049 Handling Exceptions with Objects.mp4 18.65 MB
04 Understanding Class Based Views/050 Django Messages in a CBV.mp4 19.14 MB
04 Understanding Class Based Views/051 Using a FormMixin in a CBV.mp4 27.24 MB
04 Understanding Class Based Views/052 Next Steps.mp4 2.34 MB
05 Forms & Formsets/053 Introduction.mp4 16.49 MB
05 Forms & Formsets/054 Requirements & Suggestions.mp4 5.78 MB
05 Forms & Formsets/055 Basic Overview.mp4 6.95 MB
05 Forms & Formsets/056 An HTML Form.mp4 16.6 MB
05 Forms & Formsets/057 Your First Django Form.mp4 4.71 MB
05 Forms & Formsets/058 Render the Form.mp4 15.35 MB
05 Forms & Formsets/059 Form Fields.mp4 15.02 MB
05 Forms & Formsets/060 Collecting Data via HTML Form.mp4 15.93 MB
05 Forms & Formsets/061 Collecting Data via Django Form.mp4 13.7 MB
05 Forms & Formsets/062 Basic Form Validation.mp4 10.45 MB
05 Forms & Formsets/063 Initial Form Data.mp4 23.06 MB
05 Forms & Formsets/064 Form Field Label & Widgets.mp4 33.71 MB
05 Forms & Formsets/065 Model Form.mp4 28.61 MB
05 Forms & Formsets/066 Override the Save Method in Model Form.mp4 18.29 MB
05 Forms & Formsets/067 Adjusting Model Form Data in a View.mp4 13.09 MB
05 Forms & Formsets/068 Custom Error Messages.mp4 27.12 MB
05 Forms & Formsets/069 Rendering Form Errors in a View.mp4 15.49 MB
05 Forms & Formsets/070 Rendering Fields Manually within a Template.mp4 22.59 MB
05 Forms & Formsets/071 Reusable Form Template Snippet.mp4 14.75 MB
05 Forms & Formsets/072 Django Formsets.mp4 20.86 MB
05 Forms & Formsets/073 Model Formsets.mp4 21.79 MB
05 Forms & Formsets/074 ModelForm and QuerySets in Model Formsets.mp4 18.9 MB
05 Forms & Formsets/075 Dynamic New Form in Formsets with jQuery.mp4 58.46 MB
05 Forms & Formsets/076 Next Steps.mp4 7.73 MB
06 Django Templates/077 Setup Project.mp4 25.38 MB
06 Django Templates/078 Introduction.mp4 16.24 MB
06 Django Templates/079 Template Filters.mp4 32.76 MB
06 Django Templates/080 For Loops & Cycle.mp4 26.09 MB
06 Django Templates/081 Inheritance.mp4 22.88 MB
06 Django Templates/082 Include with Variables.mp4 15.02 MB
06 Django Templates/083 Override App Templates.mp4 30.96 MB
06 Django Templates/084 Thank you and next steps.mp4 21.51 MB
07 Django Translation/085 Introduction.mp4 5.52 MB
07 Django Translation/086 Setup gettext using Homebrew.mp4 6.91 MB
07 Django Translation/087 Translate a String in a View.mp4 21.96 MB
07 Django Translation/088 Manually Activate Translation by Language.mp4 5.95 MB
07 Django Translation/089 Django Translation in Template.mp4 12.49 MB
07 Django Translation/090 Thank you.mp4 1.62 MB
08 Django User Model Unleashed/091 Welcome.mp4 9.29 MB
08 Django User Model Unleashed/092 Requirements.mp4 5.27 MB
08 Django User Model Unleashed/093 Extend User Model.mp4 26.2 MB
08 Django User Model Unleashed/094 Custom User Model.mp4 64.57 MB
08 Django User Model Unleashed/095 Extending the Custom User Model.mp4 13.32 MB
08 Django User Model Unleashed/096 Register User.mp4 23.8 MB
08 Django User Model Unleashed/097 User Login & Authentication.mp4 48.33 MB
08 Django User Model Unleashed/098 User Logout.mp4 6.85 MB
08 Django User Model Unleashed/099 User Login with Username or Email.mp4 26.28 MB
08 Django User Model Unleashed/100 Inactive User.mp4 18.67 MB
08 Django User Model Unleashed/101 Activation Keys.mp4 40.66 MB
08 Django User Model Unleashed/102 Thank you and next steps.mp4 5.13 MB
09 Django Tests Unleashed/103 Requirements.mp4 4.98 MB
09 Django Tests Unleashed/104 Setup Project.mp4 9.31 MB
09 Django Tests Unleashed/105 Model Tests.mp4 52.14 MB
09 Django Tests Unleashed/106 Form Tests.mp4 28.91 MB
09 Django Tests Unleashed/107 View Tests.mp4 27.06 MB
09 Django Tests Unleashed/108 Authenticating Users Tests.mp4 41.93 MB
09 Django Tests Unleashed/109 CRUD Test in Django Rest Framework.mp4 43.62 MB
09 Django Tests Unleashed/110 Thank you and next steps.mp4 5.66 MB
10 Deployment/111 Deployment Introduction.mp4 17.61 MB
10 Deployment/112 Linode Part 1.mp4 48.16 MB
10 Deployment/113 Linode Part 2.mp4 37.8 MB
10 Deployment/114 Digital Ocean _ Setup.mp4 22.93 MB
10 Deployment/115 Digital Ocean _ Local Django Project.mp4 51.49 MB
10 Deployment/116 Digital Ocean _ Debian + Apache + Django.mp4 51.85 MB
10 Deployment/117 Digital Ocean _ Local to Live.mp4 39.66 MB
10 Deployment/118 Webfaction _ Setup.mp4 21.29 MB
10 Deployment/119 Webfaction _ Local Django Project.mp4 51.49 MB
10 Deployment/120 Webfaction _ Local to Live.mp4 43.2 MB
10 Deployment/121 Heroku _ Login to Heroku.mp4 10.16 MB
10 Deployment/122 Local Django Project.mp4 51.49 MB
10 Deployment/123 Setup Git for your Project.mp4 19.19 MB
10 Deployment/124 Create Heroku App.mp4 11.35 MB
10 Deployment/125 Production Settings & Static Files.mp4 14.39 MB
10 Deployment/126 Custom Domain & Go Live.mp4 45.84 MB
11 Django Foreign Keys Unleashed/127 Welcome to Foreign Keys Unleashed.mp4 8.14 MB
11 Django Foreign Keys Unleashed/128 First Foreign Key Relation.mp4 14.99 MB
11 Django Foreign Keys Unleashed/129 Relations in the Shell.mp4 24.27 MB
11 Django Foreign Keys Unleashed/130 More Foreign Keys.mp4 26.76 MB
11 Django Foreign Keys Unleashed/131 ManyToMany Field.mp4 21.81 MB
11 Django Foreign Keys Unleashed/132 One to One Field.mp4 22.97 MB
11 Django Foreign Keys Unleashed/133 On Delete.mp4 33.65 MB
11 Django Foreign Keys Unleashed/134 Limit Choices To.mp4 11.46 MB
11 Django Foreign Keys Unleashed/135 Search & Change Foreign Key Field in Admin.mp4 7.5 MB
11 Django Foreign Keys Unleashed/136 Save Request User to Model in Admin.mp4 10.61 MB
11 Django Foreign Keys Unleashed/137 Model Admin Method for User Foreign Key.mp4 11.7 MB
11 Django Foreign Keys Unleashed/138 Related Name in Foreign Key.mp4 12.87 MB
11 Django Foreign Keys Unleashed/139 Thank you.mp4 1.48 MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/140 What is Time & Tasks_.mp4 44.68 MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/141 Requirements.mp4 13.19 MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/142 Download Redis.mp4 13.84 MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/143 Install Celery & Redis in Virtualenv.mp4 16.96 MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/144 Celery Module.mp4 6.73 MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/145 Create a Django App.mp4 11.41 MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/146 Defer Tasks with Celery.mp4 49.63 MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/147 Scheduled Tasks.mp4 26.89 MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/148 Celery & Redis on Heroku.mp4 22.96 MB
12 Time & Tasks _ A Guide to Connecting Django_ Celery_ + Redis/149 Thank you.mp4 913.42 KB
13 Django Hosts/150 Welcome.mp4 17.4 MB
13 Django Hosts/151 Setup & Test Domains Locally.mp4 8.39 MB
13 Django Hosts/152 Initial Setup.mp4 20.86 MB
13 Django Hosts/153 Routing Subdomain Names.mp4 14.31 MB
13 Django Hosts/154 Default Subdomain Redirects.mp4 17.4 MB
13 Django Hosts/155 Django Hosts Reverse.mp4 18.35 MB
13 Django Hosts/156 Django Hosts within an App.mp4 42.46 MB
13 Django Hosts/157 Build URLs with Template Tags.mp4 10.9 MB
13 Django Hosts/158 Setting the Request Subdomain.mp4 22.33 MB
14 Thank you & Next Steps/159 Thank you and next steps!.mp4 23.03 MB
其他位置