Help with login

2008-10-03 Thread hcsturix74
HI, I've upgraded my site to django 1.0 from 0.96 and I've installed "user registration" app from googlecode. My homepage is a flatpage but I want to insert a login form (just a form with username and password) How could I do that? Can you suggest how to do it? User Registration app uses django.c

Re: tinymce help

2008-10-26 Thread hcsturix74
Hi, I've found this problem also when I was including WYSIWYG editor in my admin; I was migrating fromDjango 0.96 to 1.0. As TinyMCE I suggest django-tinymce application http://code.google.com/p/django-tinymce/ There you can find the "workaround" your problem. Alternatively, you can customize cha

Manage Multiple floatfields in admin

2009-07-16 Thread hcsturix74
I missed something. Shall I use a ModelForm? And if Yes, how can I display it in admin interface accordingly? thanks in advance, hcsturix74 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gro

Re: Manage Multiple floatfields in admin

2009-07-16 Thread hcsturix74
n Jul 16, 2:28 pm, hcsturix74 wrote: > > > Hi all, > > I am creating a model in django containing some (i.e. 100 )  float > > values such as: > > > class DataMeasure(models.Model): > >          measure_name = models.CharField(max_length=50, verbose_name= > >