Articles tagged django

  1. Announcing django-viewtools

    Hi, I'm announcing a project I have called django-viewtools

    django-viewtools provides a management command to help in debugging and profiling views

    Overview

    django-viewtools provides a number of management commands for debugging views.

    There are a number of flags that can be used when calling the view

    -d, --debug: This ...
    1. PDB and django.test.client

      So you have a site in production and someone called you up that there is a bug on the site. Your template designer is trying to make a change to a template and the change is isn't showing up on the site. You make the change on you development ...

      1. Understanding PSQL's MVCC

        Understanding PSQL's MVCC

        PostgresSQL implements something called MVCC. Which alleviates the need for a Read-Lock in many cases. However when Glenn Franxman and I were trying to figure out how this works we were having trouble understanding it completely.

        If you ask about MVCC in the #postgres irc channel ...

        1. Template Tag Caveat

          In the Django template system. There is a small caveat that you need to recognize when developing your own template tags.

          When Django parses the Node tree it creates a template.Node instance for each template tag in the template. The node tree is just like our beloved HTML DOM ...

              1. Experimenting

                I ran across Smisk two days ago and though. "Hmm, someone should write a wsgi adaptor for that".

                Maybe an hour after I had that thought, I started working on one. It was pretty easy. Smisk's classes seem to be inspired by WSGI, all the wsgi environment variables had ...

                    1. feedclowd now in beta

                      I just released my project as a public beta, feedclowd It's a life aggregator were you can take all your feeds from all your social sites and combine them into one simple feed.

                              Page 1 / 1