Re: TinyMCE in Admin (Practical Django Projects book)

2009-09-28 Thread Alex Robbins
If you use the net tab of firebug[1] you can tell when url/file paths are messed up. That is the only way I ever get tinymce running. [1]http://getfirebug.com/ On Sep 27, 7:29 am, Erik Kronberg wrote: > On Sun, Sep 27, 2009 at 1:54 PM, James Bennett wrote: > > > > > > > On Sun, Sep 27, 2009 at

Re: TinyMCE in Admin (Practical Django Projects book)

2009-09-27 Thread Erik Kronberg
On Sun, Sep 27, 2009 at 1:54 PM, James Bennett wrote: > > On Sun, Sep 27, 2009 at 6:48 AM, Erik Kronberg wrote: > > I'm on chapter 3 of James Bennett's Practical Django Projects. My > > problem is that TinyMCE isn't showing up in the Admin -> New Flatpage > > text area. Using Linux (Ubuntu 9.04)

Re: TinyMCE in Admin (Practical Django Projects book)

2009-09-27 Thread James Bennett
On Sun, Sep 27, 2009 at 6:48 AM, Erik Kronberg wrote: > I'm on chapter 3 of James Bennett's Practical Django Projects. My > problem is that TinyMCE isn't showing up in the Admin -> New Flatpage > text area. Using Linux (Ubuntu 9.04) First thing I'd recommend is checking it against the version he

Re: TinyMCE in admin

2007-10-11 Thread Kenneth Gonsalves
On 11-Oct-07, at 10:51 AM, Jeremy Dunck wrote: >> . I still can't get django find the files textareas.js and >> tiny_mce.js. it's returning 404. Please help. Thank you >> > > What's your admin URL and what URL is being requested for the > textarea.js? > This is generally a matter of putting th

Re: TinyMCE in admin

2007-10-10 Thread Jeremy Dunck
On 10/11/07, AniNair <[EMAIL PROTECTED]> wrote: > > I am trying to have tinyMCE for flatpages... Should I be using a model > for that? Ah, sorry, I missed that. Did you follow these steps? http://code.djangoproject.com/wiki/AddWYSIWYGEditor#UsingTinyMCEwithflatpages If so, you've just got your

Re: TinyMCE in admin

2007-10-10 Thread AniNair
I am trying to have tinyMCE for flatpages... Should I be using a model for that? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.c

Re: TinyMCE in admin

2007-10-10 Thread Jeremy Dunck
On 10/11/07, AniNair <[EMAIL PROTECTED]> wrote: > > My admin url ishttp://localhost:8000/admin/flatpages/flatpage/1/ > The url being requested is > [11/Oct/2007 10:21:35] "GET /admin/flatpages/flatpage/1/media/js/ > tiny_mce/tiny_m > ce.js HTTP/1.1" 404 3644 > [11/Oct/2007 10:21:35] "GET

Re: TinyMCE in admin

2007-10-10 Thread AniNair
My admin url ishttp://localhost:8000/admin/flatpages/flatpage/1/ The url being requested is [11/Oct/2007 10:21:35] "GET /admin/flatpages/flatpage/1/media/js/ tiny_mce/tiny_m ce.js HTTP/1.1" 404 3644 [11/Oct/2007 10:21:35] "GET /admin/flatpages/flatpage/1/media/js/ tiny_mce/textar eas.js H

Re: TinyMCE in admin

2007-10-10 Thread Jeremy Dunck
On 10/11/07, AniNair <[EMAIL PROTECTED]> wrote: > > I am trying to follow the method in > http://code.djangoproject.com/wiki/AddWYSIWYGEditor > > . I still can't get django find the files textareas.js and > tiny_mce.js. it's returning 404. Please help. Thank you > What's your admin URL and what

Re: TinyMCE in admin

2007-09-24 Thread Kenneth Gonsalves
On 24-Sep-07, at 2:32 PM, AniNair wrote: > Hi... > Can someone please tell me how to use TinyMce in admin for editing > flat pages? did you check out the list archives - it is all explained there -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~

Re: TinyMCE in admin

2007-09-24 Thread Kenneth Gonsalves
On 24-Sep-07, at 3:44 PM, AniNair wrote: > I installed TinyMCE as mentioned in > http://www.dehora.net/journal/2006/05/ > using_tinymce_in_djangos_admin.html > I am trying according to the doc > http://code.djangoproject.com/wiki/ > AddWYSIWYGEditor#UsingTinyMCEwithflatpages > Any ideas? so w

Re: TinyMCE in admin

2007-09-24 Thread AniNair
I installed TinyMCE as mentioned in http://www.dehora.net/journal/2006/05/using_tinymce_in_djangos_admin.html I am trying according to the doc http://code.djangoproject.com/wiki/AddWYSIWYGEditor#UsingTinyMCEwithflatpages Any ideas? --~--~-~--~~~---~--~~ You receiv