Fading Coder

One Final Commit for the Last Sprint

Django ContentType Usage

1. Introduction ContentType solves the problem where two fields in one table are associated with two (or more) other tables. # Course Table - Free Courses # id name 1 Linux Basics 2 Python Basics # DegreeCourse Table - Degree Courses # id name 1 Python Full Stack # PricePolicy Table - Two fields cor...