Hallöchen!

Wiiboy writes:

> [...]
>
> 2. Regarding documentation, the docs at
> http://docs.djangoproject.com are, in my opinion, simply amazing.
> By far the best documentation for a free project that I've seen
> (but then again, I haven't seen much).  [...]

They are great.  Really great.  And I've seen many open-source
projects.

> [...]
>
> 4. I find the error handling in Django (basically just Python
> error handling) works quite well.  I sometimes get rather
> ambiguous errors, but their solutions become easier to find as you
> encounter them.  [...]

Well, you have to learn to read the tracebacks, that's for sure.
But this can't be made easier I think.

Sometimes, an exception is raised but the error was completely
elsewhere.  This can be rather tricky.  I can't give an example but
I think it bit me quite often when a module import had failed.

Moreover, manage.py often suppresses the traceback and prints its
own error message.  This can make debugging harder.

But these are fringe cases.

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus
                   Jabber ID: torsten.bron...@jabber.rwth-aachen.de
                                  or http://bronger-jmp.appspot.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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to