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 need more support, tell us more about how far have you been able to
go:
- Have you enabled the admin interface?
- Have you created and admin.py file for your app?
- Have you created a PruebaAdmin(models.ModelAdmin) class?

--~--~---------~--~----~------------~-------~--~----~
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