I need help I have a data matrix of 6x6 or more what I need is to make the
matrix within the Django admin, but not make them any ideas
example:
colunm1 | colunm2 | colunm3 |
first row    data1       data2
second row data1     data2
.
.
.
 in the first row and all colunmn have title static only datan the people
introduced

my model.py
MULTIPLE_CHOICES = ((1,'nada'),(2,'nada1'))
class Prueba(models.Model):
     colunm1 = models.CharField(max_length=60, choices=MULTIPLE_CHOICES)
     colunm2 = models.IntegerField()
     column3 = models.IntegerField()

thx mi ingles is very bad

carlos

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to