Django Tutorials (Creating a Website) / Lesson #3 - Creating a Django Application
Django sites are made up of various applications. In this tutorial, we will create our first Django app and display some information on the site using the app.
Back to Top