- Design And Build A Web Blog Application Requirements 1 Web Application Should Be A Blog Having 3 Posts On Home Page 2 1 (33.7 KiB) Viewed 23 times
Design and Build a Web Blog Application: Requirements: 1. Web application should be a blog having 3 posts on home page 2
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Design and Build a Web Blog Application: Requirements: 1. Web application should be a blog having 3 posts on home page 2
Design and Build a Web Blog Application: Requirements: 1. Web application should be a blog having 3 posts on home page 2. Each post should be saved in the SQLite database 2. Each post should display information about 1 topic. For example: if you choose sports, each post should mention a sports news or write something about 3 separate sports If it's a food blog each post should mention a separate recipe. 3. The content about the Blog should be saved in the database that comes installed with Django 4. Use the Admin interface to add the 3 posts 5. Show case how you can add remove posts in your demo video. Clearly demonstrate how each requirement is met using code and on your web page.