Hi all.
I am not sure about the url configuration for a setup like the following:
What if the root of my site points to a django page, but I want to have other static pages at the same level as the root page?
Example:
/
<-- points to www.foo.com a dynamic page generated by django
/join.html <-- static page
/results <-- django search results form located on "/" page
/about.html <-- static page
The answer to this would be a good addtion to http://www.djangoproject.com/documentation/static_files/ or the tutorial section.
Thanks,
Darryl
- urls and static html Darryl Caldwell
- Re: urls and static html [EMAIL PROTECTED]