Re: One Django instance, hundreds of websites

2011-01-26 Thread FeatherDark
Greetings huge django developer list, I just wanted to mention, this method totally works for me, I call it "Skinning" In the templates folder I have a file called "base.html' Inside that file is only 1 line: {% extends request.META.HTTP_HOST|cut:':'|add:'.html'%} The rest of that same folder con

Re: Assertion Woes

2010-02-05 Thread FeatherDark
Good? :) Just trying to help. The errors sure felt real enough, I hope no one else has this problem. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe fro

Assertion Woes

2010-02-05 Thread FeatherDark
So I installed pyWin32 today and all of my Django sites went POOF into non-happyland I was prompted to post so here's a dpaste of just 1 of the errors in the apache log I removed pyWin32 and all my Django woes vanished... other than I needed pyWin32 http://dpaste.com/155209/ assert sys.modu