Re: How nicely does django play in a distributed environment?

2008-06-02 Thread Ed McCaffrey
I'm new to Django, as well, so don't take this reply as authoritative. Chapter 20 of The Django book -- www.djangobook.com -- details various deployment scenarios, including ones distributed among several servers. It suggests that it is relatively easy to scale Django across several tiers (web ti

Re: Is there any Django module like ViewCV for svn repositories?

2008-06-03 Thread Ed McCaffrey
I don't know if Trac is Django powered, but you may be able to port parts of it for what you need. On Tue, Jun 3, 2008 at 11:52 AM, The Code Janitor <[EMAIL PROTECTED]> wrote: > > I want to have a source code repository view on my Django site. I can > not find any such module available. Mostly I

Re: building distributed systems with django?

2008-06-08 Thread Ed McCaffrey
Twitter isn't a good candidate for simply creating a cache and replicating your database. I'll just post a link, since it goes along with my own thoughts. http://ayende.com/Blog/archive/2008/06/03/Architecting-Twitter.aspx On Sun, Jun 8, 2008 at 12:32 PM, lgr888999 <[EMAIL PROTECTED]> wrote: >

Will Django be upgraded to Python 3.0 after the 1.0 release?

2008-06-24 Thread Ed McCaffrey
Hello, My project consists of a couple of stand-alone applications that gather and process the data that the eventual Django-powered site will serve. I'm seeing at least 6-8 months until work on the site will begin. Is there a plan for upgrading Django to Python 3.0? Thanks. --~--~-~--

Re: psycopg2

2008-06-25 Thread Ed McCaffrey
Even if it had the most beautiful site in the world, and that was enough to get permission to use it, a responsible developer would write some unit tests and check the items that he asked in his original question. His highly-qualified scientists probably won't have any idea that a database driver