种子简介
种子名称:
[FreeTutorials.Us] django-python
文件类型:
视频
文件数目:
72个文件
文件大小:
1.07 GB
收录时间:
2018-6-27 01:48
已经下载:
3次
资源热度:
70
最近下载:
2025-2-14 14:17
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:b1f8f67b66487dd38f45c45beb1ea6ff36864a8c&dn=[FreeTutorials.Us] django-python
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[FreeTutorials.Us] django-python.torrent
01-course-introduction/001-introduction.mp413.03MB
01-course-introduction/002-how-to-take-this-course.mp49.07MB
01-course-introduction/003-technologies-used.mp49.56MB
02-setting-up-your-development-environment/004-installing-git-virtualbox-vagrant-atom-and-modheader.mp438.11MB
03-setting-up-your-project/005-creating-a-workspace.mp429.47MB
03-setting-up-your-project/006-creating-a-git-project.mp425.56MB
04-creating-a-development-server/007-creating-a-vagrantfile.mp49.53MB
04-creating-a-development-server/008-configuring-our-vagrant-box.mp418.88MB
04-creating-a-development-server/009-running-and-connecting-to-our-dev-server.mp413.94MB
04-creating-a-development-server/010-running-a-hello-world-script.mp419.66MB
05-creating-a-django-app/011-create-python-virtual-environment.mp423.16MB
05-creating-a-django-app/012-install-required-python-packages.mp411.52MB
05-creating-a-django-app/013-create-a-new-django-project-app.mp412.7MB
05-creating-a-django-app/014-enable-our-app-in-the-django-settings-file.mp48.47MB
05-creating-a-django-app/015-saving-our-requirements.mp49.39MB
05-creating-a-django-app/016-test-and-commit-our-changes.mp418.33MB
06-setup-the-database/017-what-are-django-models.mp43.74MB
06-setup-the-database/018-create-our-user-database-model.mp441.7MB
06-setup-the-database/019-add-a-user-model-manager.mp423.98MB
06-setup-the-database/020-set-our-custom-user-model.mp45.36MB
06-setup-the-database/021-create-migrations-and-sync-db.mp430.99MB
07-setup-django-admin/022-creating-a-superuser.mp411.12MB
07-setup-django-admin/023-enable-django-admin.mp46.4MB
07-setup-django-admin/024-test-django-admin.mp413.49MB
08-introduction-to-api-views/025-what-is-an-apiview.mp45.09MB
08-introduction-to-api-views/026-create-first-apiview.mp416.83MB
08-introduction-to-api-views/027-configure-view-url.mp419.62MB
08-introduction-to-api-views/028-testing-our-api-view.mp419.96MB
08-introduction-to-api-views/029-create-a-serializer.mp411.07MB
08-introduction-to-api-views/030-add-post-method-to-apiview.mp424.98MB
08-introduction-to-api-views/031-test-post-function.mp48.34MB
08-introduction-to-api-views/032-add-put-patch-and-delete-methods.mp412.22MB
08-introduction-to-api-views/033-test-the-put-patch-and-delete-methods.mp411.2MB
09-introduction-to-viewsets/034-what-is-a-viewset.mp44.64MB
09-introduction-to-viewsets/035-create-a-simple-viewset.mp412.7MB
09-introduction-to-viewsets/036-add-url-router.mp413.36MB
09-introduction-to-viewsets/037-testing-our-viewset.mp47.1MB
09-introduction-to-viewsets/038-add-create-retrieve-update-partialupdate-and-destroy-functions.mp424.31MB
09-introduction-to-viewsets/039-test-viewset.mp414.77MB
10-create-profiles-api/040-plan-our-profiles-api.mp43.67MB
10-create-profiles-api/041-create-user-profile-serializer.mp425.06MB
10-create-profiles-api/042-create-profiles-viewset.mp48.42MB
10-create-profiles-api/043-register-profile-viewset-with-the-url-router.mp44.86MB
10-create-profiles-api/044-test-creating-a-profile.mp421.44MB
10-create-profiles-api/045-create-permission-class.mp422.17MB
10-create-profiles-api/046-add-authentication-and-permissions-to-viewset.mp411.29MB
10-create-profiles-api/047-test-new-permissions.mp48.86MB
10-create-profiles-api/048-add-search-profiles-feature.mp48.61MB
10-create-profiles-api/049-test-searching-profiles.mp411.51MB
11-create-login-api/050-create-login-api-viewset.mp417.45MB
11-create-login-api/051-test-login-api.mp48.99MB
11-create-login-api/052-set-token-header-using-modheader-extension.mp421.8MB
12-create-profile-feed-api/053-plan-profile-feed-api.mp43.11MB
12-create-profile-feed-api/054-add-new-model-item.mp418.64MB
12-create-profile-feed-api/055-create-and-run-model-migration.mp48.88MB
12-create-profile-feed-api/056-add-profile-feed-model-to-admin.mp46.2MB
12-create-profile-feed-api/057-create-profile-feed-item-serializer.mp410.08MB
12-create-profile-feed-api/058-create-viewset-for-our-profile-feed-item.mp415.57MB
12-create-profile-feed-api/059-test-feed-api.mp410.54MB
12-create-profile-feed-api/060-add-permissions-for-feed-api.mp417.96MB
12-create-profile-feed-api/061-test-feed-api-permissions.mp415.42MB
12-create-profile-feed-api/062-restrict-viewing-status-updates-to-logged-in-users-only.mp47.69MB
12-create-profile-feed-api/063-test-new-private-feed.mp48.72MB
13-deploying-our-api-to-a-server-on-aws/064-introduction-to-deploying-our-app-to-aws.mp49.94MB
13-deploying-our-api-to-a-server-on-aws/065-pushing-our-project-to-github.mp431.23MB
13-deploying-our-api-to-a-server-on-aws/066-add-deployment-script-and-configs-to-our-project.mp433.92MB
13-deploying-our-api-to-a-server-on-aws/067-create-and-launch-an-ec2-instance.mp437.54MB
13-deploying-our-api-to-a-server-on-aws/068-download-and-run-server-setup-script.mp422.03MB
13-deploying-our-api-to-a-server-on-aws/069-create-superuser-and-test-server.mp420.94MB
13-deploying-our-api-to-a-server-on-aws/070-add-domain-to-allowed-list-and-push-update.mp418.85MB
13-deploying-our-api-to-a-server-on-aws/071-test-site-on-server.mp410.63MB
14-summary/072-course-outro.mp44.01MB