On 8/18/07, Divan Roulant <[EMAIL PROTECTED]> wrote: > However, I'm stuck with that question: > once a user is logged in to my site, should I link her to the Django > admin site (with restricted permissions) or should I implement myself, > for my site, the views and templates to allow that user to upload > data?
The admin is a fairly rough UI, but quite good for something that's automatically supplied by the framework. However, the admin should only be used by people you fully trust with all of your data. If you want general, untrusted, users to be able to manipulate data, you'll want to create your own views and forms. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---