Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 474 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 474 Bytes

BlogApplicationTutorial

Building a blog application.

Project will cover the following topics:

  • Installing Django
  • Creating and configuring a Django project/venv
  • Creating a Django application
  • Designing models and generating model migrations
  • Creating an administration site for your models
  • Working with QuerySets and managers (not need)
  • Building views, templates, and URLs
  • Adding pagination to list views
  • Using Django's class-based views