Re: CI for Django projects

2010-02-19 Thread Jens Jahnke
Hi,

you could try TeamCity. I've written some short instructions (in
german) here: http://www.jan0sch.de/wissen/teamcity-django-python-tests
You'll need an extension for python, a custom test runner and the
appropriate build configuration for TeamCity.
We are using this for some months now and it works.

Regards,

Jens

-- 
19. Hornung 2010, 19:38
Homepage : http://www.jan0sch.de

BOFH excuse #33:

piezo-electric interference


pgp3IkkNCQECX.pgp
Description: PGP signature


Re: CI for Django projects

2010-02-19 Thread Angel Cruz
I have used a Continous Integration framework form TeamCity to auto build
and test our Delphi based product.  Though it is not building and testing
Django, the TeamCity executable eventually calls python, which controls
every thing from that point on.

With python, I am sure you can auto build and test your django apps.  Django
is just python, right?

I am using the tool on a Windows server, but I see that they have a MacOSX
version as well.

On Fri, Feb 19, 2010 at 10:01 AM, HB  wrote:

> Hey,
> Do you know a Continuous Integration tool that supports Django
> projects?
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@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.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.



CI for Django projects

2010-02-19 Thread HB
Hey,
Do you know a Continuous Integration tool that supports Django
projects?
Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.