Hi,

in my project I want to give the users the possibility to put in some  
content (some sort of page intro...) into a text field and than choose  
on which page the content gets displayed.
Perhaps a very common problem while building cmssy projects...

I thought I could achieve this by displaying a simple select box wich  
contains all urls specified by the url confs...
But how can I get all available urls?

Another alternative would be to let the user copy the link of the page  
he wants the content to be displayed on directly from the addressbar  
of the browser.
But than the question is: How would I hook this up into django? I  
think it sould not be the best idea to place something like

content = Intro.objects.get(path=request.path)

in every view I wrote. Not very dry...

-benjamin

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