5 ms·
Actually a MTV framework https://docs.djangoproject.com/en/1.8/faq/general/#django-appears-to-be-a-mvc-framework-but-you-call-the-controller-the-view-and-the-vi
by tbatterii 11y ago
Actually a MTV framework https://docs.djangoproject.com/en/1.8/faq/general/#django-appears-to-be-a-mvc-framework-but-you-call-the-controller-the-view-and-the-view-the-template-how-come-you-don-t-use-the-standard-names https://docs.djangoproject.com/en/1.8/faq/general/#django-ap...
- sonthonax 11y agoStrictly 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.