Thanks Adrian.

I have sent in a new fix request. In the below blog entry I list the
current errata that I know about:

http://itmaurer.com/blog/?p=4

I have also included the project for download. I'd love it if someone
here could verify they can get it to work in 5 mins:

- Download and unzip (http://itmaurer.com/djproject.tar.gz)
- python manager.py runserver
- http://localhost:8000/jobs

In my haste to incorporate M-R in my article (hooray M-R!) I didn't do
the prudent thing of ripping out all code examples and copying them
back in from my code. Refactoring articles doesn't work too well since
there isn't a unit test to run when you are done :(

-Ian


On 6/8/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
> On 6/6/06, Ian Maurer <[EMAIL PROTECTED]> wrote:
> > http://www-128.ibm.com/developerworks/linux/library/l-django/
> >
> > If you notice any errors, kindly send them to me via email and I will
> > see if I can get them fixed.
>
> There's an error in Listing 25:
>
>     from django.utils.httpwrappers import HttpResponse
>
> ...should be:
>
>     from django.http import HttpResponse
>
> I found this error via
> http://steffenoschatz.blogspot.com/2006/06/django-namespace-simplification.html
> .
>
> Adrian
>
> --
> Adrian Holovaty
> holovaty.com | djangoproject.com
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to