Hi Ishwor Gurung wrote: > Hi
[ .... ]
Another follow up (and hopefully last one for the night). The problem
was with my mod_python, view and urlconf configs -
I changed mod_python directives from what was in the previous to:
<Location "/wikinotes">
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE wikinotes.settings
PythonDebug On
PythonPath "['/home/hutch/apps/', '/var/www'] + sys.path"
</Location>
and did a bunch of path fixes to view and urlconf (shouldn't this be
uneeded? because the reasoning is that every time a web developer
creates a project, they shouldn't have to muck around with either
views/urlconf so as to reflect apache settings right?
However, this is not urgent per se but if someone knows a "better way"
to fix up my view and urlconf so it is independent of apache, it'd be
really nice if they could point me to a documentation.
Done. Thanks for reading my wild rants. Umphh! :D
Cheers,
Ishwor.
smime.p7s
Description: S/MIME Cryptographic Signature

