Hi guys, I hope this has not been asked yet, it's a total beginner question.
After finally getting Django and PyDev set up on my windows machine, I am now going through the tutorial. I am planning a kind of black board, where users can post entries including things such as images. Now my question is: Does it make sense to use the standard Django admin here, or is it better to write your own admin? Things I need are - Self-Registration with e-mail validation - Approval process (meaning if a user wants to post sth., I want to approve it before it gets published) - Neat Ajax Interface - e.g. the user should be able to upload as many pictures as he want to, and when he does so each picture should be showed as thumbnail right in the edit page. In the tutorial this would mean that the user can not only add 3 choises to a poll, but an unlimited number of choices. - Does the admin interface some kind of tagging input? E.g. in some blog software you can enter a word and it will offer similar tags while typing. Okay, honestly I believe it will be easier to go from scratch. However I'd still like to ask, since the idea of having an almost-done admin interface is very neat. Kind Regards Stephan -- 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.

