Re: Problems rendering HTML stored in database.

2009-03-06 Thread hugoto
Yeah, the default behaviour in django templates is to escape html code, so if you render something like hello, the template will convert it to

... etc. This is for prevent the script inyections in forms. So if you want to show the raw html as is in the database you have no escape the text wit


Re: Oracle connection without tnsnames.ora

2009-03-05 Thread hugoto
se sid and db_hostname the database > hostname or IP. > > HTH > Robert > > On Mar 5, 1:03 pm, hugoto wrote: > > > Hi all, I have a django project using oracle as database engine. In my > > local machine this works ok with my local tnsnames.ora, but in the

Oracle connection without tnsnames.ora

2009-03-05 Thread hugoto
Hi all, I have a django project using oracle as database engine. In my local machine this works ok with my local tnsnames.ora, but in the server I don't have the permission to write in the oracle client directory, so I cant create the tnsnames.ora. In the docs I've read that setting both the datab