Re: Buildbots [was: Test Suite on a mac]

2008-07-12 Thread Joseph Heck
I had offered my assistance a while ago, but I'm afraid that these days I don't have it. I do, however, have quite a bit of detail on setting up a buildbot system and the various configuration/python script bits if anyone wants them. I'd provided these to Matt, and would be more than happy to hand

Re: trunk broken since [6402]

2007-09-23 Thread Joseph Heck
On 9/22/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > - Have we got any documentation pointing to the existence of the > buildbot? I was thinking that it should be mentioned somewhere on the > 'how to contribute' page. > > - The build last night ([6407]) should have passed, but the Postgres

Re: trunk broken since [6402]

2007-09-22 Thread Joseph Heck
We can certainly enable something like that, but I don't think we're stable enough in our configuration to make that worthwhile at the moment. I'm also a little concerned that the noise level would be high for those messages - that ultimately people would ignore them because of frequency. Maybe

Re: buildbot: "out of space"

2007-09-20 Thread Joseph Heck
Thanks! Matt and I already know about the error - he's working on it, although I don't know the timescale. On 9/20/07, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On 9/20/07, Michael Radziej <[EMAIL PROTECTED]> wrote: > > Now, should such problems reported on this list at all? Or is the mai

Re: Time for a new release?

2007-08-25 Thread Joseph Heck
I know I'm just a lurker, but I'd really like to see a release with the various bug fixes and such to match up to the documentation. There's plenty I'd like to use, and yes - I'm one of the many that reads one and wonders why things don't work that way. I do eventually figure it out - and not open

Re: runtests.py

2007-08-03 Thread Joseph Heck
Cobbling a script to run with different settings is probably the easiest way. I have a buildbot environment on a virtual machine that I have doing that sort of testing, but it's distributed out and probably not what you want to copy. Deep under the covers, it relies on pulling in explicit config f

Re: I need fix "non proper sql server support" in the next 3 weeks. What is next?

2007-07-31 Thread Joseph Heck
I'd be very surprised if we had a release in the next three weeks with this kind of support. My guess is you might check the development trunk (http://code.djangoproject.com/browser/django/trunk/django/db/backends/ado_mssql) and try it out to see if it works acceptably for you needs. I'm sure t

Re: Message Passing for Anonymous Users

2007-06-19 Thread Joseph Heck
Out of curiousity, what's the reason to try and keep them separate instead of just layering it over the session mechanism? -joe On 6/18/07, SmileyChris <[EMAIL PROTECTED]> wrote: > > It's not difficult for someone to implement this themselves, but it > does seem useful enough (imo) for core. > >

Widget rendering and access to "parts" in a template

2007-05-14 Thread Joseph Heck
Good morning, I have been looking at how to best provide a break-out of a few fields in newforms to my template designers. In corresponding with Malcolm on django-users, I found out that you couldn't break down the form input into it's parts directly from within a template - primarily because Bou

Re: Subversion cliff notes

2007-05-09 Thread Joseph Heck
This is really the wrong list for this. Django-users would be more appropriate, or better yet a list that's about subversion. On 5/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Can someone point me to a good site for a quick-guide to subversion? > We pretty much just do vanilla update/co

Re: Large scale Django deployment

2007-02-05 Thread Joseph Heck
For the performance scaling estimate, what you critically need is a service time. If you push static media to something light and fast (lighttpd), then your slowest service time will typically be the application itself (Apache+Mod_python or whatever you're using). You'll want to verify that, but it

Re: Search API branch status?

2007-01-08 Thread Joseph Heck
I've been working on enabling search on a django application, and we found an interesting problem in having two head-end machines serving our content. That was basically - how do we keep the indices up to date and intact for the relevant data? (We wanted the search pieces *immediately* available u

Re: Call for testing: New setup.py

2006-10-16 Thread Joseph Heck
WinXP, Python 2.43 - worked OK for me. Dropped all the goodies into c:\python24\lib\site-packages\django...-joeOn 10/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Didn't work for me on Windows XP with python 2.4.3...what I got isthis:> C:\Documents and Settings\floguy\Desktop\newdjango>setup