How to show up tiny mce in admin textfield

2008-09-03 Thread bin
Hi all i wanna embed a richtext field in my admin textfield. today, i try to use tiny mce. but no matter whatever i did, it didnt show up. i created a directory in my project folder, named appmedia, and copied the tiny mce files and textareas.js into it. this is my urls.py (r'^app_media/(?P

Re: How to show up tiny mce in admin textfield

2008-09-03 Thread bin
x27;, > '/app_media/textareas.js', > ) > > On Sep 3, 10:50 am, bin <[EMAIL PROTECTED]> wrote: > > > Hi all > > > i wanna embed a richtext field in my admin textfield. > > today, i try to use tiny mce. but no matter whatever i did, it

Re: How to show up tiny mce in admin textfield

2008-09-03 Thread bin
'textareas.js', > ) > > I believe this automatically references the MEDIA_URL, so you don't > have to. > > On Sep 3, 11:23 am, bin <[EMAIL PROTECTED]> wrote: > > > I tried, but nothing happened at all. > > > On 9月3日, 下

Re: How to display Html in my screen

2008-09-03 Thread bin
oh, thank you very mush:) On 9月3日, 下午3时01分, krylatij <[EMAIL PROTECTED]> wrote: > Use filter "safe" in your template: > > {{ mymodel.page|safe }} --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

How to display Html in my screen

2008-09-03 Thread bin
Hi I'm a django beginner. I got confused, when i write html scripts in my admin testfield like hello and save them in mysql, but when i wanna display them in screen, they can not display as bold font as i want, the source file writes:

hello

What can i do to make it right? --~--~--

Change password / Log out doesn't work with apache2

2005-11-23 Thread wang bin
hi, when I trying to setup my project on apache2 with mod_python, following the document everything seems good except the Change password / Log out doesn't work. When I click the link I get the "The requested URL /admin/password_change/ was not found on this server." Error, could anyone tell me the

how to create a custom selectfield?

2005-12-28 Thread wang bin
I have seen a very nice select field in http://c82.net/samples/checklist-samples.html, I am curious could i write a custom field to achieve that and using it in other projects? -- 想飞之心,永远不死! Registered Linux User 404987 [http://counter.li.org]

Re: Display Many to Many Field in Django admin site

2018-04-03 Thread Muhammad bin-haneef
kindly share the code where you registered your product for admin site and you are calling "get_ ingredients()" method. As the error shows your method needs 2 arguments to pass when you call "get_ ingredients()". On Tue, Apr 3, 2018 at 12:05 PM, mansi thakkar wrote: > It is there in ProductIngr

Django Chat Help

2019-04-21 Thread Fahad Bin Munir
how to create chatting system using api in djano? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this grou

Re: Tutorial

2012-04-20 Thread Mohd Kamal Bin Mustafa
On Sat, Apr 21, 2012 at 7:12 AM, Gerald Klein wrote: > Hi, I did the tutorial everything is fine, I wanted to see how it was off > the dev webserver they give you , so I hooked it up to uWSGI. The views that > I defined are fine but the admin has no formatting just data. Can someone > tell me what

Re: Overide error messages in models

2011-05-15 Thread Mohd Kamal Bin Mustafa
There's self._meta._fields() that you can call to get a list of fields defined in that models but all the error_messages property attached to that field is just a proxy object to something else. I try the following in model's __init__ but it doesn't has any effect:- class Thread(models.Model):

django-vue

2018-01-31 Thread Mohammad ariyan bin layek
Hii guys is there any good resouce to integrate django with vue ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To p