Django URLs What is a URL? How do URLs work in Django? Regex Your first Django URL! blog.urls Django URLs We’re about to build our first webpage: a homepage for your blog!...
Django models Objects Django model Creating an application Creating a blog post model Create tables for models in your database Django models What we want to create now is...
What is Django? Why do you need a framework? What happens when someone requests a website from your server? What is Django? Django (/ˈdʒæŋɡoʊ/ jang-goh) is a free and open so...
FAQ: Using Django Why do I get an error about importing DJANGO_SETTINGS_MODULE ? I can’t stand your template language. Do I have to use it? Do I have to use your model/database...
The Django admin site Overview Other topics ModelAdmin objects The register decorator Discovery of admin files ModelAdmin options Custom template options ModelAdmin metho...