James Bennett schrieb: > On 4/4/06, Michael Radziej <[EMAIL PROTECTED]> wrote: > >>* I want to do url configuration in exactly one place > > > One place for each project? One place for each application? One place > for each model? The problem is that each of these has perfectly valid > use cases for wanting to specify its own URL structure.
One place for each application, but tied in with the include prefixes from urls. Maybe overwriteable like currently. >>I see only one two problems in this: >>* how to generate the string from the regular expression >>* you tie the urls to the field names in the model > > > That second one would be a showstopper for me. I feared this might turn out a problem. I haven't so much experience with different projecs, can you explain a litte about the problems with this? Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
