Comment on Django 1.8 releasedparentComments−sonthonax11yStrictly 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.
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.