----- Original Message ----- > From: "elton santos" <[email protected]> > To: [email protected] > Sent: Monday, January 7, 2013 12:07:28 PM > Subject: Django admin
> Hi, > have some tutorial about django admin? i would customize him... > I wanna make a CRUD for study and customize the admin's views and models... > there some tutorial for this? > * i'm using the version 1.4 > Thanks! > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/T0J4QLWSBYMJ . > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. Hi Elton, In addition to the link Amirouche posted, take a look at the Django intro tutorial, specifically part 2 which is here: https://docs.djangoproject.com/en/1.4/intro/tutorial02/ - it talks about enabling the admin interface and hooking it up to your models. HTH, -- Ben -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

