Re: Hostmonster shared hosting and django tinymce

2010-03-17 Thread tchendrix
do you by chance have instructions on how to get that installed with django so it works properly? They don't say anything in their install docs about what javascript to call. Omer Barlas wrote: Bobby Roberts @ 17-03-2010 06:15: anyone get this working? I've followed the instructions in the

Re: Hostmonster shared hosting and django tinymce

2010-03-17 Thread tchendrix
i'll check it out Omer Barlas wrote: Bobby Roberts @ 17-03-2010 06:15: anyone get this working? I've followed the instructions in the install docs for django-tiny and still have the ole ugly text box up there. why do you rely on django-tiny? use ckeditor, it's very simple to deploy, just

Re: python list issue

2008-09-02 Thread tchendrix
yeah this is a standard non-django form passing a list bruno desthuilliers wrote: > On 2 sep, 22:47, Bobby Roberts <[EMAIL PROTECTED]> wrote: > >> interesting situation. I've got a form >> > > 'form' as a django.forms.Form instance or as a plain html form ? > > >> where i can check off

Re: Field type for 13 digit positive integer?

2008-09-02 Thread tchendrix
the reason i'm asking is that digits 14 and 15 will be alphanumeric so add another field or two for that data (char?) and use bigint to hold the numerical data coan wrote: > On Sep 2, 9:36 pm, tchendrix <[EMAIL PROTECTED]> wrote: > >> that looks like it's fo

Re: Field type for 13 digit positive integer?

2008-09-02 Thread tchendrix
that looks like it's for an EAN code... how are you planning on EAN14 and EAN 15? coan wrote: > If I want to store a positive integer like 9781590599969 and use mysql > - what field type can I choose in my model - if any? > > > --~--~-~--~~~---~--~~ You r