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
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
2 matches
Mail list logo