Re: help beginner: problem with settings.py conf and urls.

2009-04-26 Thread zayatzz
Hi I was going to use widget, but since im just learning django im taking it by really small steps. I wanted to try the 3rd (i think) option of using tinymce in templates by replacing textfields with tinymce editors. I wanted to do it just to see that it works and i have done everything right by

Re: help beginner: problem with settings.py conf and urls.

2009-04-26 Thread Joost Cassee
Hi Alan, On 25 apr, 20:33, zayatzz wrote: > Im trying to give enough information in first post so you could help > me if you can or want to. For that reason this post might turn out bit > long. > > [...] > > Now i have this line in my template : > > You should not need to refer to TinyMCE yo

Re: help beginner: problem with settings.py conf and urls.

2009-04-26 Thread zayatzz
Thanks for reply. > > There are a few things wrong here. Firstly, setting your MEDIA_URL to > the same as your MEDIA_ROOT is almost certainly the wrong thing to do. > MEDIA_URL is, as the name says, a URL - ie the path that your web > server serves your media at. This is unlikely to have the word

Re: help beginner: problem with settings.py conf and urls.

2009-04-25 Thread Daniel Roseman
On Apr 25, 7:33 pm, zayatzz wrote: > Hello > > Im trying to give enough information in first post so you could help > me if you can or want to. For that reason this post might turn out bit > long. > > I found tinymce pluggable for django -http://code.google.com/p/django-tinymce/ > - and ive been