Hi all,

I am on the way to install django on apache2/mod_python with MySQL.

Right now, though, I feel a bit like an idiot, cause I could not find
any documentation or discussion on the internet that would give me an
overview on how the things below relate to one another.
It seems I still need to grasp some basic concecpts here.
Therefore, I beg you guys to help a noob.

In
http://webpython.codepoint.net/mod_python
it says that using mod_python implies choosing between 2 possible
handlers, Publisher and PSP.

Do I have to make such a choice while deploying a Django-based site?

In
http://www.djangoproject.com/documentation/modpython/
in the code part under Basic Configuration, there are the lines

SetHandler python-program
PythonHandler django.core.handlers.modpython

Will this sort of, how do I say this, "override" using PSP or
Publisher?
Does this, at the same time, mean I will be using Django's own
templating language?
I am totally unsure as to how the mod_python handlers relate to using
Django's own or an alternative templating language.

If the choice between PSP and Publisher will still have to be made,
what would be your suggestion for "integration with" Django?
Do I "use" a type of mod_python handler by simply adhering to the
respective code style in the "View" part of the MVC concept, i.e.,
where the design part takes place, IIRC?
Or do I make a setting in a config file somewhere?

Also, if the usage of Django's internal templating language is not set
by these two config lines above, can someone please point me to how I
specifically use it and not an alternative one?

Many thanks!

EE
--~--~---------~--~----~------------~-------~--~----~
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