Django blog development practices, developer experience for beginners, and django blog
Python, a beginner of Django, developed a simple blog, made a note, recorded the development process, the skill is simple, only for beginners to each other
Comments and suggestions are welcome.
Link:
Django blog development practices (1)-analyze requirements and create projects
Address: http://muker.net/django-blog-one.html
Django blog development practices (2)-configure applications and write Models
Address: http://muker.net/django-blog-two.html
Django blog development practices (III)-use the background and display articles
Address: http://muker.net/django-blog-three.html
Django blog development practice (4) -- set static files and templates
Address: http://muker.net/django-blog-four.html
Django blog development practices (5)-Add the category query and comment function
Address: http://muker.net/django-blog-five.html
Django blog development practice (6)-Markdown support and paging Effect
Address: http://muker.net/django-blog-six.html
Django blog development practices (7) -- Conclusion
Address: http://muker.net/django-blog-seven.html
Blog address: http://muker.net/category/python/ written in the blog
Final code on github: https://github.com/muker715/django
Effects: content presentation, comments, Markdown support, paging effect, and classified search. The bootstrap3 framework is used.