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 ...
    Eric Moritz
    : debugging / django / python
    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 ...

      Eric Moritz
      : debugging / django / pdb / python
      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 ...

        Eric Moritz
        : django / postgresql
        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 ...

          Eric Moritz
          : django
          1. appengine vs twitter part 2

            I've created a project in launchpad for Meow. You can now submit bug reports and feature requests into launchpad.

            If your a Django or Appengine hacker and want to help me out, simply branch the Meow code with bazaar and you can "bzr send" me patches. I'll be ...

            Eric Moritz
            : appengine / django
            1. appengine vs twitter

              So Glenn Franxman was opining this afternoon about how twitter is going to reach a point where they're going to grow to big and need to make money somehow. He said that they're either going to have to throw ads everywhere or hope to be aquired.

              He thinks ...

              Eric Moritz
              : django / gae / google / twitter
              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 ...

                Eric Moritz
                : django / programming / python / smisk
                1. is opensource really all that great for companies

                  So I released my feedclowd code as open source and I needed to pick license. The requirements I wanted in a license were this, you may use the source code but if you modify that source code you must make your source code available. In my ignorance, that's what ...

                  Eric Moritz
                  : django / gpl / opensource
                    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.

                      Eric Moritz
                      : django
                      1. Your own appengine

                        My main gripe with appengine is that while you're sticking your app on a lot of iron, it's pretty much stuck there forever because of the infrastructure. Your app is not portable. You can't just take it off of Google's iron and host it yourself.

                        So ...

                        Eric Moritz
                        : appengine / couchdb / django / parellel / python / tahoe
                        1. Google Apps Engine without Django colored glasses

                          So after a day of mulling over GAE, I've come up with one conclusion. For one-off apps, this is brilliant. What Ruby and Rails did in it's heyday, this is going to do. No need to figure out how to set up a web server or configure a ...

                          Eric Moritz
                          : appengine / django / gae / python
                          1. Google Apps Engine, wait what?!?

                            So I saw a post to this last night and I thought, "Oh it's like Amazon's EC2 I won't ever need that".

                            Much to my surprise this morning, it's something I could really need. It's a sandboxed distributed web framework. No need for load balancing ...

                            Eric Moritz
                            : django / python
                            1. Registration now open

                              I managed to get django-registration installed now. So you all can now create users.

                              I'll get comments installed as soon as I get a chance. I wanted to get the registration working first before allowing comment.

                              Eric Moritz
                              : django / news
                              1. eric.themoritzfamily.com is now more Djangolicious

                                Now Running on Django

                                Thanks to this post, I was able to get Django running on Site5

                                Just two days

                                Thanks to djangoprojects.com's blog application I was able to port my wordpress content to django and create some templates in just two days. How do you like the ...

                                Eric Moritz
                                : django / news / site5

                              Page 1 / 1