I'm a newcomer to django but so far most things seem to work nicely.

One detail which has left me baffled is how to get working urls for
flatpages used in my site. For example, take a flatpage for which the
url field is set to "/about/"

The site as a whole has URLs of the form "http://allenlux.dyndns.org/
cms/about/"

However, trying to assemble the URL with something like
"page.get_absolute_url()" gives the result
"http://allenlux.dyndns.org/about/";
that is, the get_absolute_url method of the flatpages model doesn't
seem to know about the "cms" part of the site path.

I found this thread
http://groups.google.com/group/django-users/browse_thread/thread/1be33b3a33b2ead1?tvc=2

which seems to deal with a related issue (or maybe the same issue) but
the thread ended without a solution, so I thought I would try again.

John Allen
Bofferdange, Luxembourg





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