Thanks Matthias, Carlos & Heather for your help. I tried direct_to_template in url.py in django as suggested by Carlos, but didn't work.
What Matthias suggested, serving static files on the production server, is little out of my abilities as I ain't no django or python expert. My site was made by elder brother who is unable to help me as of now. Heather, my site indeed uses apache. and you are right, I want to have a page that doesn't go through django. What I can do is connect to my server through filezilla and edit the code though pspad text editor. If you guys can tell me in simplest of words On Aug 21, 5:46 am, Heather <[email protected]> wrote: > I think you are saying you want to have a page on your site that > doesn't go through Django - is that right? > I'm assuming you're using Apache and so you have to be using > mod_python or mod_wsgi - is this what you're doing? > Your answer would depend on which module you are using. > > If you are using mod_wsgi go > here:http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/ > > If you are using mod_python go > here:http://docs.djangoproject.com/en/dev/howto/deployment/modpython/ > and look particularly at serving media files. > > Have fun :) > > On Aug 20, 4:42 pm, Bins <[email protected]> wrote: > > > > > I've a django powered blog, sayhttp://example.com. I desire to make a > > sectionhttp://example.com/htmlpage/andrun a simple static html page > > at the url. > > > How to I do it? > > > I tried putting my file folder into my /django/website on webserver > > but no gain. > > > I admit I know no more than 5-10% of django. Can some hint me what to > > do?- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

