>> <snip>
>
> I highly highly recommend that you separate your development, testing,
> and production instances of your DB and web server.  You should never
> ever develop or test on a production system!
>
> - --
> Randy Barlow
<snip>

That's already the case. I guess I wasn't clear enough. All the tests  
will only be run in the development environment, never on the test  
server.

I guess I've been too stuck in the mindset that development and  
production systems should be as identical as possible, and just making  
my Django db login a postgres admin in test can't hurt anything. I  
just didn't want to make that user a postgres admin on the production  
server, and now I realize that there's nothing forcing me to do so.

Thanks,
Shawn
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to