Understand what Django APPS are| Complete Django Beginner Tutorial #5

Опубликовано: 09 Январь 2023
на канале: Always Django
43
1

Hey fellow Django developers, in this Django tutorial I'll explain exactly what django apps are and we we should use them in our project. Apps allow us to split our project up into modular sections.

Complete Django Beginner Playlist
=========================================
   • Complete Django Beginner  Tutorial  

Django Urls and Views
====================================
   • Django URLs and Views | Complete Djan...  

How to create a Project In Django
==================================================
   • Creating a Django Project: A Simple a...  

Github Project Source Code.
===============================
https://github.com/Chuqdi/youtube_com...


00:00 Introduction
03:30 Create your Django APP
04:20 Register your application
06:20 Django APP folder structure
12:25 Test your application