build-an-api-from-scratch-with-python-django-sqlite3
File List
- course-material/03 - Create Views and URLS/002 Create views - Part 1.mp4 63.6 MB
- course-material/03 - Create Views and URLS/004 Map views to URLS.mp4 52.4 MB
- course-material/03 - Create Views and URLS/008 Test API.mp4 45.2 MB
- course-material/03 - Create Views and URLS/003 Create views - Part 2.mp4 44.9 MB
- course-material/02 - Creating Model and Serializer/002 Create and apply new migration.mp4 28.2 MB
- course-material/02 - Creating Model and Serializer/001 Create a Model.mp4 27.7 MB
- course-material/03 - Create Views and URLS/007 Install Postman.mp4 23.2 MB
- course-material/01 - Environment Setup/003 Install Python.mp4 22.9 MB
- course-material/03 - Create Views and URLS/006 Create model objects.mp4 21.9 MB
- course-material/01 - Environment Setup/004 Setup Virtual Environment.mp4 21.7 MB
- course-material/01 - Environment Setup/010 Register Applications.mp4 20.5 MB
- course-material/01 - Environment Setup/008 Create Django Project.mp4 20.0 MB
- course-material/02 - Creating Model and Serializer/003 Create a serializer class.mp4 16.7 MB
- course-material/01 - Environment Setup/011 SQLite3 Database Setup.mp4 14.6 MB
- course-material/03 - Create Views and URLS/001 Create a superuser account.mp4 13.7 MB
- course-material/02 - Creating Model and Serializer/004 Start and stop development server.mp4 13.6 MB
- course-material/01 - Environment Setup/007 Installing Corsheaders.mp4 12.6 MB
- course-material/01 - Environment Setup/012 Applying Django Migrations.mp4 12.5 MB
- course-material/03 - Create Views and URLS/005 Register Model.mp4 11.8 MB
- course-material/01 - Environment Setup/005 Install Django.mp4 9.6 MB
- course-material/01 - Environment Setup/009 Create a Django App.mp4 8.2 MB
- course-material/01 - Environment Setup/002 What is API.mp4 5.2 MB
- course-material/01 - Environment Setup/006 Install REST Framework.mp4 4.5 MB
- course-material/01 - Environment Setup/001 Introduction.mp4 4.4 MB
- course-material/03 - Create Views and URLS/004 Map views to URLS_en.srt 12.1 KB
- course-material/03 - Create Views and URLS/002 Create views - Part 1_en.srt 10.5 KB
- course-material/03 - Create Views and URLS/008 Test API_en.srt 10.3 KB
- course-material/03 - Create Views and URLS/006 Create model objects_en.srt 7.1 KB
- course-material/01 - Environment Setup/003 Install Python_en.srt 7.0 KB
- course-material/03 - Create Views and URLS/003 Create views - Part 2_en.srt 6.8 KB
- course-material/03 - Create Views and URLS/007 Install Postman_en.srt 6.7 KB
- course-material/01 - Environment Setup/004 Setup Virtual Environment_en.srt 6.4 KB
- course-material/02 - Creating Model and Serializer/001 Create a Model_en.srt 5.5 KB
- course-material/03 - Create Views and URLS/001 Create a superuser account_en.srt 5.4 KB
- course-material/02 - Creating Model and Serializer/002 Create and apply new migration_en.srt 5.4 KB
- course-material/01 - Environment Setup/008 Create Django Project_en.srt 5.1 KB
- course-material/03 - Create Views and URLS/005 Register Model_en.srt 4.6 KB
- course-material/01 - Environment Setup/007 Installing Corsheaders_en.srt 4.4 KB
- course-material/02 - Creating Model and Serializer/004 Start and stop development server_en.srt 3.7 KB
- course-material/02 - Creating Model and Serializer/003 Create a serializer class_en.srt 3.6 KB
- course-material/01 - Environment Setup/010 Register Applications_en.srt 3.5 KB
- course-material/03 - Create Views and URLS/API/worldCountries/settings.py 3.4 KB
- course-material/01 - Environment Setup/012 Applying Django Migrations_en.srt 3.2 KB
- course-material/01 - Environment Setup/005 Install Django_en.srt 2.9 KB
- course-material/01 - Environment Setup/011 SQLite3 Database Setup_en.srt 2.9 KB
- course-material/01 - Environment Setup/009 Create a Django App_en.srt 2.6 KB
- course-material/03 - Create Views and URLS/API/worldCountries/__pycache__/settings.cpython-38.pyc 2.5 KB
- course-material/03 - Create Views and URLS/API/countries/views.py 2.2 KB
- course-material/01 - Environment Setup/002 What is API_en.srt 2.0 KB
- course-material/03 - Create Views and URLS/API/countries/__pycache__/views.cpython-38.pyc 1.7 KB
- course-material/01 - Environment Setup/001 Introduction_en.srt 1.4 KB
- course-material/01 - Environment Setup/006 Install REST Framework_en.srt 1.2 KB
- course-material/03 - Create Views and URLS/API/countries/__pycache__/models.cpython-38.pyc 743 bytes
- course-material/03 - Create Views and URLS/API/countries/migrations/__pycache__/0001_initial.cpython-38.pyc 734 bytes
- course-material/03 - Create Views and URLS/API/countries/migrations/0001_initial.py 673 bytes
- course-material/03 - Create Views and URLS/API/manage.py 655 bytes
- course-material/03 - Create Views and URLS/API/countries/__pycache__/serializers.cpython-38.pyc 641 bytes
- [TGx]Downloaded from torrentgalaxy.to .txt 585 bytes
- course-material/03 - Create Views and URLS/API/worldCountries/__pycache__/wsgi.cpython-38.pyc 573 bytes
- course-material/03 - Create Views and URLS/API/worldCountries/asgi.py 421 bytes
- course-material/03 - Create Views and URLS/API/worldCountries/wsgi.py 421 bytes
- course-material/03 - Create Views and URLS/API/worldCountries/__pycache__/urls.cpython-38.pyc 384 bytes
- [Hello].txt 381 bytes
- course-material/03 - Create Views and URLS/API/countries/__pycache__/apps.cpython-38.pyc 377 bytes
- course-material/03 - Create Views and URLS/API/countries/__pycache__/urls.cpython-38.pyc 356 bytes
- course-material/03 - Create Views and URLS/API/countries/models.py 336 bytes
- course-material/03 - Create Views and URLS/010 Thank You.html 291 bytes
- course-material/03 - Create Views and URLS/API/countries/__pycache__/admin.cpython-38.pyc 267 bytes
- course-material/03 - Create Views and URLS/API/countries/serializers.py 221 bytes
- course-material/03 - Create Views and URLS/API/worldCountries/urls.py 212 bytes
- course-material/03 - Create Views and URLS/API/countries/urls.py 207 bytes
- course-material/03 - Create Views and URLS/API/countries/migrations/__pycache__/__init__.cpython-38.pyc 162 bytes
- course-material/03 - Create Views and URLS/API/worldCountries/__pycache__/__init__.cpython-38.pyc 156 bytes
- course-material/03 - Create Views and URLS/API/countries/__pycache__/__init__.cpython-38.pyc 151 bytes
- course-material/03 - Create Views and URLS/API/countries/admin.py 127 bytes
- course-material/03 - Create Views and URLS/API/requirements.txt 119 bytes
- course-material/03 - Create Views and URLS/API/countries/apps.py 98 bytes
- course-material/03 - Create Views and URLS/API/countries/tests.py 63 bytes
- course-material/03 - Create Views and URLS/009 Project Source Code.html 42 bytes
- course-material/03 - Create Views and URLS/API/db.sqlite3 0 bytes
- course-material/03 - Create Views and URLS/API/countries/__init__.py 0 bytes
- course-material/03 - Create Views and URLS/API/countries/migrations/__init__.py 0 bytes
- course-material/03 - Create Views and URLS/API/worldCountries/__init__.py 0 bytes
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via anywarmservice[AT]gmail.com. Remember to include the full url in your complaint.