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=
> >
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
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
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
4 matches
Mail list logo