Build-an-api-from-scratch-with-python-django-sqlite3


Build-an-api-from-scratch-with-python-django-sqlite3
Category:
Date:
03/17/24 at 12:13am GMT+1
Submitter:
Seeders:
8
Leechers:
2
File size:
520 MB in 82 files

Torrent Status:
  This torrent has NOT been verified. 

Infohash:
38c6da1f70ea603e7e70d794249e9cdbd8ea5926


File list

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

No Similar Torrents Found

If we find similar torrents, we normally show them right here. We couldn't find anything for "Buildanapifromscratchwithpythondjangosqlite".