swingtime keyerror

2009-05-14 Thread gl330k
Hey all, I'm using an app called swingtime that I installed for event management. In the admin interface I'm trying to add events. It works great on my local development setup but when I've uploaded to the web server I'm unable to save events through the admin. It comes up with KeyError at /adm

Re: html greater than less than encoding problem

2009-03-23 Thread gl330k
attacks, that can take down your site and worse. If you want to > display some html from your db that you know are "safe", you can > use the |safe tag to tell django not to escape it. Read about it at > the > docs. > > http://docs.djangoproject.com/en/dev/topics/templates

html greater than less than encoding problem

2009-03-23 Thread gl330k
Hi all, I'm a django newbie. I have a mysql database backend and when I try to output html from the database I'm getting all the html as ampersand + l + t + ; So then when I view the page I'm basically seeing all the html tags. mysql server - 5.1.30 Thoughts? What am I doing wrong? thanks