How I Created a Blog Application Using Django – Part 2
Having set up a Django project, defined the models and customized the admin interface in the first part of this series, we will continue designing the blog application by creating the necessary views, URLs and templates. I strongly advised that you first go through the previous series before attempting this part, if you have not … Read more