Skip to content

VasiliySilver/myblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog application on Django


Here you can create your first simple Django Blog project step by step


blo_picture

Installation this project


  • Set Python
  • Set Editor, personally I prefer PyCharm
  • Create directory where do you want to create project
  • Add virtual environment python -m venv venv
  • Install Django - pip install -r requirements.txt

Steps for create project


  1. Set Django project
  2. Controller for main page
  3. Transition template to the project
  4. Project models
  5. Admin panel, registering models in admin panel
  6. Setting up the panel admin
  7. Tag template menu
  8. Highlighting active path menu item
  9. Displaying articles on the main
  10. Pagination for articles
  11. Posts for categories
  12. Show posts for tag
  13. Show posts for tag_2
  14. Show posts for tag_2
  15. Show popular posts
  16. Cloud tags

Usefull links