Use URL Patterns and Views in Django
Last time around, we installed Django and started building a blog application. 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 the rest of the world to see. This time around, we’ll work on […]