Have you ever wondered why you can't have manage.py sqlall output your create table statements as InnoDB tables for mysql? Well I have. I always go in and update the statements by hand to add that after the fact. So I did a bit of pokeing around and...
edit:
# ericflo pointed out something that I totally forgot about... render_to_string. And he's completely correct... It does exactly the same thing and most likely does it better... DOH! Well whatever... here is my version anyway ;)...
So lately I've been working out all the kinks of running Django via pydev/eclipse so I can do more dev on my local machine. Since localy I run windows but I deploy onto Ubuntu Linux I've come up with a little hack that lets me conditionally load my...
Latest comments