Creating your first Template in Django
Now that we have our app (news) created with our project (ablog) configured, we want to create our first template to confirm the Django app we just created is running perfectly before we dive into building our own blog app. Django is a web framework,...
Aug 29, 20203 min read141

