When to use Django Admin Interface and when to use our template for displaying data and playing with data? Suppose I want to create web site for Book Management and each user has their own set of book so for such application , should we use django admin or create our own site from scratch in django?
What steps we should follow to create web site from scratch ? or if we want to use django admin what is prerequisite to customize admin interface ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

