
Django blog is a beginner friendly blog application. This project illustrate Django Class Based views, How to use django models with custom model manager, how to use custom template tags, django Forms and model form, how to send mail with django, how to add rss syndication, and generate sitemap a...
Django-Blog is a beginner-friendly blog application that demonstrates various features of Django. It showcases Django class-based views, custom model managers, custom template tags, Django forms and model forms, sending emails with Django, adding RSS syndication and generating a sitemap. It also includes unit tests for models, views, forms, and template tags, as well as instructions on how to seed the database with Factory Boy, Faker, and management commands.
Django-Blog is a beginner-friendly blog application that showcases various features and concepts of Django. It provides a practical example of how to use Django class-based views, custom model managers, custom template tags, Django forms, sending emails, adding RSS syndication, generating a sitemap, and writing unit tests. Additionally, it explains how to seed the database with dummy data using Factory Boy, Faker, and Django's management commands.
