Demo Application
Learn how to integrate the Blogger API endpoints into a simple Django application.
In this lesson, we'll look at a simple Django-based web application created by integrating Blogger APIs. This application will allow us to view our blogs as well as create and view blog pages and blog posts.
Run the application
Step 1: Click the "Run" button to start the application. Click the URL next to "Your app can be found at:" in the widget below to open the application in a new tab.
Step 2: By default, you'll see the application's homepage with three buttons: "Blogs," ...