Hacker News new | ask | show | jobs
by tbatterii 4090 days ago
Actually a MTV framework https://docs.djangoproject.com/en/1.8/faq/general/#django-ap...
1 comments

Strictly speaking it's a MTV framework (like all traditional web frameworks really).

But half the time people use it as a MVC framework where URL's act as the final link back to the model.