On Tue, Jul 04, 2006 at 11:23:16PM -0300, Douglas Campos wrote: > you can specify what user/password to connect to database in > settings.py file, under your project dir > > http://www.djangoproject.com/documentation/tutorial1/#database-setup
True, but that's not what I was asking. > On 7/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > How do people manage the user and privilege aspect of a Django > > deployment? Do you all access that database with the same user as > > created the database? Do you grant access to each table that the web > > server needs to query? So does your database only have one user created and you specify that in the settings file or whenever you want to inspect the database by hand? I'm under the impression that having a separate database user for the web server and the developer is the Right Thing To Do(tm). Unfortunately I don't find anything in the documentation, wiki, or archives to support that idea. Nate --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---