News

Django, like Rails and many other Web frameworks, uses MVC to divide the work between models, views and templates. This month, we saw how to connect a URL to a view, how to pass one or more URL ...
Nevertheless, Django engineers refer to the framework’s architecture as being “MTV” — model, template, view — as a way of separating the different concerns of the package.
We got Django’s built-in admin system up and running and explored some third-party libraries like the django-tagging project. So far we have some cool administrative tools, but no website for ...