Re: Newbie, trying [read: failing] to set up Django

2012-09-16 Thread jyria
Do you have psycopg2 installed? If you have pip then "pip install psycopg2" I would suggest using python virtualenv for django development. Makes life easier. On Sunday, September 16, 2012 5:28:12 AM UTC+3, Helly wrote: > > Hello all, > > I've been trying to set up Django for quite some time now

Re: Test driven development in Django framework

2012-09-07 Thread jyria
www.tdd-django-tutorial.com/ > > I'd love any comments, feedback, suggestions? > > rgds, > Harry > > On Thursday, September 6, 2012 1:47:08 AM UTC+1, Mike Dewhirst wrote: >> >> On 6/09/2012 3:04am, Javier Guerra Giraldez wrote: >> > On Wed, Sep 5, 201

Test driven development in Django framework

2012-09-05 Thread jyria
What is your experience? Is it worth it, and is it possible? I tried it and found it quite difficult to follow guideline of unit testing -- testing a unit of code, a class for example. Maybe Im just ignorant, but I didnt see, how can I create registration app only with unit tests. The only way

Can I run django tests in pydev's pyunit view?

2012-08-29 Thread jyria
Im used to JUnit testing in eclipse and Im wondering if I can hook up pyunit view with django tests. I would like to start my tests effortlessly within eclipse, pressing Ctrl+F11 or something like that and get red or a green bar. Currently I'm running tests in console and colorize output with f