On 12/8/06, leanmeandonothingmachine <[EMAIL PROTECTED]> wrote: > The client is going to provide a list of arbitary urls that they wants > ei: about/, about/history/, contact/, services/, etc... and they need > to be able to add or remove urls using the admin interface, no changing > the url.py file. So there will be a lot of urls loading the same app, > but they won't have a set parent, or set of parents that I can put in > the url file. Besides that there will also be other urls loading > different apps ei: news/, products/ etc...
Have you looked at the Flatpages application that comes with Django? http://www.djangoproject.com/documentation/flatpages/ Also, I think you may be thinking about URLs in the wrong way. The URLconf is intended to be a collection of *patterns*, not a collection of every single *literal* URL possible. (Does that make sense?) Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---