Hello I've built a simple photo album with album and photo models. URLs work simply using albumslug/photoslug. I'd like to be able to create albums within albums, so I've added a self referencing ForeignKey in the album model to achieve this.
What I'm trying to work out now is the best approach to creating a urlpattern to deal with any number of albums. I could pass 'parentslug/childslug' as a string and break it up in my view, but that feels messy. I'm sure there's a better way that I'm missing? Thanks Steve --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---