[FreeTutorials.Us] django-python/01-course-introduction/001-introduction.mp4 |
13 MB |
[FreeTutorials.Us] django-python/01-course-introduction/002-how-to-take-this-course.mp4 |
9.1 MB |
[FreeTutorials.Us] django-python/01-course-introduction/003-technologies-used.mp4 |
9.6 MB |
[FreeTutorials.Us] django-python/02-setting-up-your-development-environment/004-installing-git-virtualbox-vagrant-atom-and-modheader.mp4 |
38.1 MB |
[FreeTutorials.Us] django-python/03-setting-up-your-project/005-creating-a-workspace.mp4 |
29.5 MB |
[FreeTutorials.Us] django-python/03-setting-up-your-project/006-creating-a-git-project.mp4 |
25.6 MB |
[FreeTutorials.Us] django-python/04-creating-a-development-server/007-creating-a-vagrantfile.mp4 |
9.5 MB |
[FreeTutorials.Us] django-python/04-creating-a-development-server/008-configuring-our-vagrant-box.mp4 |
18.9 MB |
[FreeTutorials.Us] django-python/04-creating-a-development-server/009-running-and-connecting-to-our-dev-server.mp4 |
13.9 MB |
[FreeTutorials.Us] django-python/04-creating-a-development-server/010-running-a-hello-world-script.mp4 |
19.7 MB |
[FreeTutorials.Us] django-python/05-creating-a-django-app/011-create-python-virtual-environment.mp4 |
23.2 MB |
[FreeTutorials.Us] django-python/05-creating-a-django-app/012-install-required-python-packages.mp4 |
11.5 MB |
[FreeTutorials.Us] django-python/05-creating-a-django-app/013-create-a-new-django-project-app.mp4 |
12.7 MB |
[FreeTutorials.Us] django-python/05-creating-a-django-app/014-enable-our-app-in-the-django-settings-file.mp4 |
8.5 MB |
[FreeTutorials.Us] django-python/05-creating-a-django-app/015-saving-our-requirements.mp4 |
9.4 MB |
[FreeTutorials.Us] django-python/05-creating-a-django-app/016-test-and-commit-our-changes.mp4 |
18.3 MB |
[FreeTutorials.Us] django-python/06-setup-the-database/017-what-are-django-models.mp4 |
3.7 MB |
[FreeTutorials.Us] django-python/06-setup-the-database/018-create-our-user-database-model.mp4 |
41.7 MB |
[FreeTutorials.Us] django-python/06-setup-the-database/019-add-a-user-model-manager.mp4 |
24 MB |
[FreeTutorials.Us] django-python/06-setup-the-database/020-set-our-custom-user-model.mp4 |
5.4 MB |
[FreeTutorials.Us] django-python/06-setup-the-database/021-create-migrations-and-sync-db.mp4 |
31 MB |
[FreeTutorials.Us] django-python/07-setup-django-admin/022-creating-a-superuser.mp4 |
11.1 MB |
[FreeTutorials.Us] django-python/07-setup-django-admin/023-enable-django-admin.mp4 |
6.4 MB |
[FreeTutorials.Us] django-python/07-setup-django-admin/024-test-django-admin.mp4 |
13.5 MB |
[FreeTutorials.Us] django-python/08-introduction-to-api-views/025-what-is-an-apiview.mp4 |
5.1 MB |
[FreeTutorials.Us] django-python/08-introduction-to-api-views/026-create-first-apiview.mp4 |
16.8 MB |
[FreeTutorials.Us] django-python/08-introduction-to-api-views/027-configure-view-url.mp4 |
19.6 MB |
[FreeTutorials.Us] django-python/08-introduction-to-api-views/028-testing-our-api-view.mp4 |
20 MB |
[FreeTutorials.Us] django-python/08-introduction-to-api-views/029-create-a-serializer.mp4 |
11.1 MB |
[FreeTutorials.Us] django-python/08-introduction-to-api-views/030-add-post-method-to-apiview.mp4 |
25 MB |
[FreeTutorials.Us] django-python/08-introduction-to-api-views/031-test-post-function.mp4 |
8.3 MB |
[FreeTutorials.Us] django-python/08-introduction-to-api-views/032-add-put-patch-and-delete-methods.mp4 |
12.2 MB |
[FreeTutorials.Us] django-python/08-introduction-to-api-views/033-test-the-put-patch-and-delete-methods.mp4 |
11.2 MB |
[FreeTutorials.Us] django-python/09-introduction-to-viewsets/034-what-is-a-viewset.mp4 |
4.6 MB |
[FreeTutorials.Us] django-python/09-introduction-to-viewsets/035-create-a-simple-viewset.mp4 |
12.7 MB |
[FreeTutorials.Us] django-python/09-introduction-to-viewsets/036-add-url-router.mp4 |
13.4 MB |
[FreeTutorials.Us] django-python/09-introduction-to-viewsets/037-testing-our-viewset.mp4 |
7.1 MB |
[FreeTutorials.Us] django-python/09-introduction-to-viewsets/038-add-create-retrieve-update-partialupdate-and-destroy-functions.mp4 |
24.3 MB |
[FreeTutorials.Us] django-python/09-introduction-to-viewsets/039-test-viewset.mp4 |
14.8 MB |
[FreeTutorials.Us] django-python/10-create-profiles-api/040-plan-our-profiles-api.mp4 |
3.7 MB |
[FreeTutorials.Us] django-python/10-create-profiles-api/041-create-user-profile-serializer.mp4 |
25.1 MB |
[FreeTutorials.Us] django-python/10-create-profiles-api/042-create-profiles-viewset.mp4 |
8.4 MB |
[FreeTutorials.Us] django-python/10-create-profiles-api/043-register-profile-viewset-with-the-url-router.mp4 |
4.9 MB |
[FreeTutorials.Us] django-python/10-create-profiles-api/044-test-creating-a-profile.mp4 |
21.4 MB |
[FreeTutorials.Us] django-python/10-create-profiles-api/045-create-permission-class.mp4 |
22.2 MB |
[FreeTutorials.Us] django-python/10-create-profiles-api/046-add-authentication-and-permissions-to-viewset.mp4 |
11.3 MB |
[FreeTutorials.Us] django-python/10-create-profiles-api/047-test-new-permissions.mp4 |
8.9 MB |
[FreeTutorials.Us] django-python/10-create-profiles-api/048-add-search-profiles-feature.mp4 |
8.6 MB |
[FreeTutorials.Us] django-python/10-create-profiles-api/049-test-searching-profiles.mp4 |
11.5 MB |
[FreeTutorials.Us] django-python/11-create-login-api/050-create-login-api-viewset.mp4 |
17.4 MB |
[FreeTutorials.Us] django-python/11-create-login-api/051-test-login-api.mp4 |
9 MB |
[FreeTutorials.Us] django-python/11-create-login-api/052-set-token-header-using-modheader-extension.mp4 |
21.8 MB |
[FreeTutorials.Us] django-python/12-create-profile-feed-api/053-plan-profile-feed-api.mp4 |
3.1 MB |
[FreeTutorials.Us] django-python/12-create-profile-feed-api/054-add-new-model-item.mp4 |
18.6 MB |
[FreeTutorials.Us] django-python/12-create-profile-feed-api/055-create-and-run-model-migration.mp4 |
8.9 MB |
[FreeTutorials.Us] django-python/12-create-profile-feed-api/056-add-profile-feed-model-to-admin.mp4 |
6.2 MB |
[FreeTutorials.Us] django-python/12-create-profile-feed-api/057-create-profile-feed-item-serializer.mp4 |
10.1 MB |
[FreeTutorials.Us] django-python/12-create-profile-feed-api/058-create-viewset-for-our-profile-feed-item.mp4 |
15.6 MB |
[FreeTutorials.Us] django-python/12-create-profile-feed-api/059-test-feed-api.mp4 |
10.5 MB |
[FreeTutorials.Us] django-python/12-create-profile-feed-api/060-add-permissions-for-feed-api.mp4 |
18 MB |
[FreeTutorials.Us] django-python/12-create-profile-feed-api/061-test-feed-api-permissions.mp4 |
15.4 MB |
[FreeTutorials.Us] django-python/12-create-profile-feed-api/062-restrict-viewing-status-updates-to-logged-in-users-only.mp4 |
7.7 MB |
[FreeTutorials.Us] django-python/12-create-profile-feed-api/063-test-new-private-feed.mp4 |
8.7 MB |
[FreeTutorials.Us] django-python/13-deploying-our-api-to-a-server-on-aws/064-introduction-to-deploying-our-app-to-aws.mp4 |
9.9 MB |
[FreeTutorials.Us] django-python/13-deploying-our-api-to-a-server-on-aws/065-pushing-our-project-to-github.mp4 |
31.2 MB |
[FreeTutorials.Us] django-python/13-deploying-our-api-to-a-server-on-aws/066-add-deployment-script-and-configs-to-our-project.mp4 |
33.9 MB |
[FreeTutorials.Us] django-python/13-deploying-our-api-to-a-server-on-aws/067-create-and-launch-an-ec2-instance.mp4 |
37.5 MB |
[FreeTutorials.Us] django-python/13-deploying-our-api-to-a-server-on-aws/068-download-and-run-server-setup-script.mp4 |
22 MB |
[FreeTutorials.Us] django-python/13-deploying-our-api-to-a-server-on-aws/069-create-superuser-and-test-server.mp4 |
20.9 MB |
[FreeTutorials.Us] django-python/13-deploying-our-api-to-a-server-on-aws/070-add-domain-to-allowed-list-and-push-update.mp4 |
18.9 MB |
[FreeTutorials.Us] django-python/13-deploying-our-api-to-a-server-on-aws/071-test-site-on-server.mp4 |
10.6 MB |
[FreeTutorials.Us] django-python/14-summary/072-course-outro.mp4 |
4 MB |
[FreeTutorials.Us] django-python/[FreeTutorials.Us].txt |
75 B |
[FreeTutorials.Us] django-python/Freetutorials.Us.url |
119 B |