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 <binitsi...@gmail.com> wrote:
> I've a django powered blog, sayhttp://example.com. I desire to make a
> sectionhttp://example.com/htmlpage/and run 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?
--~--~---------~--~----~------------~-------~--~----~
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 
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