Just switched to trunk - Special unicode handling is making me less than happy

2008-06-21 Thread Devin Venable
I'm having to add calls that look like this to my code so that stuff doesn't blow up when passing model strings to other libraries: oldsteadylib.func( smart_str(str) ) # forcing unicode back to bytestring Ouch. Ugly. Reminds me of the bad old days of working with strings in C++. >From what I

static css/js links from templates residing in nested directories

2008-06-12 Thread Devin Venable
I've just started using template inheritance (nice) and I have some include files that I've placed in a common base. These are things you would see in the head of an html file like css and js files, for example: The files are statically served by Apache. All is working well, except some of my