Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9019931
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T04:53:12+00:00 2026-06-16T04:53:12+00:00

I am new to django and am trying to use tinymice_3.5.8 to replace the

  • 0

I am new to django and am trying to use tinymice_3.5.8 to replace the text area of django admin with rich text editor. I have added the url pattern of tinymice in the
urls.py file of the site as

url(r'^tiny_mce/(?P<path>.*)$','django.views.static.serve',
{ 'document_root': 'C:/tinymce_3.5.8/tinymce/jscripts/'})

and I have copied the change_form.html file of the django/contrib/admin/templates/admin/ directory to my template directory and added the following code in the file.

<script type="text/javascript"
src="C:/tinymce_3.5.8/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
tinyMCE.init({
  mode: "textareas",
  theme: "simple"
});
</script>

after the line

{{media}}

This should have replaced the old text area of the Django site admin, Add flat page, with the rich text editor, but is not showing any changes. The text area remains the same. I have also studied similar questions in this site but could not get anything. Hope to get some help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T04:53:13+00:00Added an answer on June 16, 2026 at 4:53 am

    Try this: https://github.com/aljosa/django-tinymce – It’s a tinymce module especially for django. You use it like this:

    in a models.py:

    from tinymce.models import HTMLField
    
    class MyModel(models.Model):
        text = HTMLField()
    

    And it works in the django admin too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to django and trying to use django-messages to add inbox/compose/outbox/trash functionality
I am fairly new to Django and i am trying to use the builtin
I'm trying to use Amazon's new SMTP service for SES with Django 1.3.1 but
I'm new to Django, trying to process some forms. I have this form for
I'm trying to use the django-voting tutorial from this blog: http://new.justinlilly.com/blog/2008/nov/04/django-voting-a-brief-tutorial/ to get a
I'm trying to use to django-tinymce (http://http://django-tinymce.googlecode.com/ ) app to display a WYSIWYG editor
I am new to django and I am trying to use get_or_create model function
i'm new to django and im trying add a user using django admin page.
I'm pretty new to Django and right now I'm trying to understand the use
Hello I'm a newbie trying to use django to register some users, I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.