On Thu, 2007-10-11 at 07:21 -0700, Xan wrote:
[...]
> Perhaps I have to read python doc, but my intention is only follow
> deseb/django documentation. If normal user have to read python doc,
> then django became not simple, I think

Django is a framework for *Python programmers*. You do need to have some
understanding of Python in order to be able to diagnose anything but the
most trivial problems. It would be redundant for us to repeat
information that is already in the Python documentation, so if your
expectations are that you will never have to read anything beyond
Django's documentation, then you are going to find things fairly
difficult.

Even if the required knowledge is only how import paths work and how to
configure them, you need to do some background work here. We aren't
going to cover a lot of that information in Django's documentation
because it is so fundamental to the way Python works that it is covered
in the standard docs already.

The concept of a "normal user" is fairly nebulous, since that could mean
somebody developing with Django or just using a Django application (an
installer -- the role you are playing -- would not typically be the
normal target audience for something like this). Unless you are
installing pre-packaged versions of everything (which you aren't), you
at least need to have a sys-admin's understanding of Python (which means
knowing about standard import paths, etc) to get things working.

I'm also a bit concerned about what you expect to happen at the end of
this project. Something like deseb is *only* useful if you are
developing with Django, and only in semi-advanced situations. Which
means writing Python code. It's not really a tool for somebody just
starting out.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to