Blog
My aim is learn the basics of building a website using Python and Django framework.Build a simple blog that will allow to gain knowledge that is needed to build on and help me with my future projects.My blog will include post, categories, pages, admin section other than the standard Django admin section and probably more.
- Python-3
- Django==1.11.7
All Post: http://127.0.0.1:8000/blog
Post Category: http://127.0.0.1:8000/blog/category/categoryname/
All Post: http://127.0.0.1:8000/blog/backend/post/
Add New Post: http://127.0.0.1:8000/blog/backend/post/new/
For writing posts we will use django's admin application.
Md. Raihan Uddin