Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 982 Bytes

File metadata and controls

18 lines (15 loc) · 982 Bytes

Python Django Dev To Deployment

This repo is just for learning purpose, it is a clone from bradtraversy/btre_project. I also followed along with his course on Udemy. The course guides on building a Django application with Python.

It is a project-based course where he will explain and build the application while introducing Django concepts bit by bit.

For more information, check out his Udemy course.

Course Content

  1. Course Introduction
  2. Getting Setup
  3. Python Language Fundamentals (Optional)
  4. Project Specs & Getting Started
  5. Apps, URLs & Templates
  6. Models, Migrations & Admin
  7. Views Methods, Display & Search
  8. Accounts & Authentication
  9. Contact Inquiries
  10. Django Deployment