On Oct 5, 9:35 pm, Bobby Roberts <[EMAIL PROTECTED]> wrote: > > Did you see this: > > >http://code.djangoproject.com/wiki/AddWYSIWYGEditor > > yeah i saw that and tried to follow it. Here's what i did: > > 1. d/l tinymce > 2. uploaded to /static/admin/js/tiny_mce (i have static setup as an > app to serve static files) > 3. I created a textarea.js file as instructed an put it in that dir > 4. I created the admin.py file in /www/myproject > > i'm using newforms in the admin
So you did this part? http://code.djangoproject.com/wiki/AddWYSIWYGEditor#UsingTinyMCEwithflatpagesnewforms Do you have MEDIA_URL and MEDIA_ROOT setup correctly in settings.py? Are you using the development server? Do you have that setup to server static content? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

