Getting Djiggy with Django Models
When describing the power of Django to new web developers, a great place to start is the ORM (how you interact with the database using python instead of SQL) and Django’s models. Especially with recent releases of Django, the built-in ORM provides power and flexibility…