On 08-Aug-07, at 7:19 PM, Stephen Bunn wrote:

> therein lies the problem.  What is 'everything' that Django  
> requires to
> be done?
>
> I know it obviously needs to be able to execute SELECT, UPDATE, and
> INSERT statements, but what about ALTER? SHOW? does it need to create
> views? create indexes? what about locking tables and creating  
> temporary
> tables?

you have to divide the tasks into those that you want to do through  
django and those that you want to do outside django - django needs  
permissions to do the first set. I dont think one can be clearer than  
that.

-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/



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

Reply via email to