Yes, I did run into that issue. This is what I ended up with: http://dpaste.com/89143/
Now I'm not saying that my code is 100% working, or that I recommend using it; that's why it's up on dpaste and not DjangoSnippets. Personally, I hate this solution.... but it at least seems to be working for now. I haven't had too much chance to do extensive testing yet though. Also, as has been pointed out in the past, this is simply -not- the right way to do it. On Thu, Nov 6, 2008 at 10:16, Joe <[EMAIL PROTECTED]> wrote: > > Joey Wilhelm wrote: > > I also found a snippet which implements something similar, here: > > http://www.djangosnippets.org/snippets/1099/ > > Of course, the snippet didn't really work right and had to be beaten > > into submission to even give the illusion of working. > > I also referred to that snippet for a solution to the Dynamice SITE_ID > problem. Was this the only problem you had: > > http://www.djangosnippets.org/snippets/1099/#c1442 > > or did you run into other problems? Were you able to solve that one? > > So far, it seems to work OK for me. I haven't used CurrentSiteManager() > yet though. > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
