Re: Django 1.2.1. admin WYSIWYG editor

2010-09-27 Thread Sithembewena Lloyd Dube
Thanks everyone, got it right. On Wed, Sep 22, 2010 at 8:31 PM, tricks...@googlemail.com < p...@hotmail.co.uk> wrote: > What do you have in your settings.py? > > Make Sure you have the following configs > > TINYMCE_JS_URL (default: settings.MEDIA_URL + 'js/tiny_mce/ > tiny_mce.js') > TINYMCE_

Re: Django 1.2.1. admin WYSIWYG editor

2010-09-22 Thread tricks...@googlemail.com
What do you have in your settings.py? Make Sure you have the following configs TINYMCE_JS_URL (default: settings.MEDIA_URL + 'js/tiny_mce/ tiny_mce.js') TINYMCE_JS_ROOT (default: settings.MEDIA_ROOT + 'js/tiny_mce') TINYMCE_DEFAULT_CONFIG (default: {'theme': "simple", 'relative_urls': False})

Re: Django 1.2.1. admin WYSIWYG editor

2010-09-22 Thread bagheera
Dnia 22-09-2010 o 14:41:56 Sithembewena Lloyd Dube napisał(a): btw, it's an ordinary, pure tinyMCE, downloaded directly from their website -- Linux user -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj

Re: Django 1.2.1. admin WYSIWYG editor

2010-09-22 Thread bagheera
Dnia 22-09-2010 o 14:41:56 Sithembewena Lloyd Dube napisał(a): I implemented bagheera's suggestion and I seem to have run into a problem. The TimnyMCE javascripts are in the admin's js folder, but when I view source and click on the links in Firefox, the files cannot be found. This is od

Re: Django 1.2.1. admin WYSIWYG editor

2010-09-22 Thread Kenneth Gonsalves
On Wed, 2010-09-22 at 11:22 +0200, Sithembewena Lloyd Dube wrote: > > Thank you all for your contributions. I have resolved to give tinyMCE > a go > again. I am specifically using the django-tinymce application. never used that - I use plain tiny as mentioned in my previous mail -- regards Kenn

Re: Django 1.2.1. admin WYSIWYG editor

2010-09-22 Thread Sithembewena Lloyd Dube
Hi folks, I implemented bagheera's suggestion and I seem to have run into a problem. The TimnyMCE javascripts are in the admin's js folder, but when I view source and click on the links in Firefox, the files cannot be found. This is odd because the paths to the scripts are correct. For example act

Re: Django 1.2.1. admin WYSIWYG editor

2010-09-22 Thread Sithembewena Lloyd Dube
Thank you all for your contributions. I have resolved to give tinyMCE a go again. I am specifically using the django-tinymce application. On Wed, Sep 22, 2010 at 2:45 AM, Kenneth Gonsalves wrote: > On Tue, 2010-09-21 at 17:41 +0200, Sithembewena Lloyd Dube wrote: > > Has anybody intergrated a WYS

Re: Django 1.2.1. admin WYSIWYG editor

2010-09-21 Thread Kenneth Gonsalves
On Tue, 2010-09-21 at 17:41 +0200, Sithembewena Lloyd Dube wrote: > Has anybody intergrated a WYSIWYG editor in the admin of a Django > 1.2.1. > site? I have tried django-wysiwyg and TinyMCE to no avail. I need > something > with concise, up-to-date documentation. a snippet from my admin.py: cla

Re: Django 1.2.1. admin WYSIWYG editor

2010-09-21 Thread felix
I got sick of TinyMCE and switched to jQuery wysiwyg sorry this is just posted raw like this, but here it is. I should wrap it up on github. requires http://code.google.com/p/jwysiwyg/ and the 3 files stated below to be in your compress stack or on your page from django import forms from dja

Re: Django 1.2.1. admin WYSIWYG editor

2010-09-21 Thread bagheera
Dnia 21-09-2010 o 17:41:26 Sithembewena Lloyd Dube napisał(a): Hi, Has anybody intergrated a WYSIWYG editor in the admin of a Django 1.2.1. site? I have tried django-wysiwyg and TinyMCE to no avail. I need something with concise, up-to-date documentation. If anybody has done this, please

Django 1.2.1. admin WYSIWYG editor

2010-09-21 Thread Sithembewena Lloyd Dube
Hi, Has anybody intergrated a WYSIWYG editor in the admin of a Django 1.2.1. site? I have tried django-wysiwyg and TinyMCE to no avail. I need something with concise, up-to-date documentation. If anybody has done this, please recommend and also point to the docs? Thanks. -- Regards, Sithembewe