Get Started With Django: Recap
In this section of the course, you saw:
- A quick overview of the content you’ll cover in this course
- The file structure that you’ll be working with
- The flow of a request through a Django app
- The pluggable nature of Djanog apps in projects
Now that you know the basics, your next step is to set up your environment, which you’ll do in the next section.
00:00 This is the final video in this Part 1 Django Overview. I hope you enjoyed the Django dry-run that we just did. Let’s take a look at what we just discussed.
00:10 So, we got a quick overview of all the upcoming content inside of this video course. We saw the file structure that we’ll be learning to understand. We looked at file structure inside of a management app, as well as a normal Django app. We talked about the flow of a request: how it moves through a Django app, starting from the browser until it’s back in the browser.
00:32 We also understood the pluggable nature of Django apps inside of a Django project, so that we can create an app and move it from one project to another one and it’s all contained within itself.
00:43 So, well done for this quick intro section. I hope you enjoyed it and I’ll see you in Part 2, where we’re going to get ready for actually coding by setting up our development environment, installing Django and creating a Django project. See you in Part 2!
Become a Member to join the conversation.