On Feb 3, 2008 7:59 PM, Julien <[EMAIL PROTECTED]> wrote:
> Could you please indicate how to do this?

Once again, either:

1. Set up a second Django settings file, fill in the read-only user
there, and use that settings file for the site that your clients use.

2. Write your custom query method so that it manually imports the
database adapter and creates its own completely separate database
connection, without ever using the one provided by Django.

The first option is the better of the two.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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