Re: Help make matriz

2009-05-29 Thread Carlos Rocha
thank Ariel and Juan is true tutorial02 is help me very much thank again carlos 2009/5/29 Ariel Nunez > Carlos, all the info you need to enable the admin and customize it for your > app is on this page: > > http://docs.djangoproject.com/en/dev/intro/tutorial02/ > > Specifically, look for 'list

Re: Help make matriz

2009-05-29 Thread Ariel Nunez
Carlos, all the info you need to enable the admin and customize it for your app is on this page: http://docs.djangoproject.com/en/dev/intro/tutorial02/ Specifically, look for 'list_display' and put there all the columns you want to see on the admin interface for your model. Ariel. PS: If you ne

Re: Help make matriz

2009-05-29 Thread Juan Hernandez
repite lo que quieres hacer en espanol On Sat, May 30, 2009 at 5:13 PM, Carlos Rocha wrote: > 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 rowdata1

Help make matriz

2009-05-29 Thread Carlos Rocha
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 rowdata1 data2 second row data1 data2 . . . in the first row and all colunmn have title static only data