Re: django testing with postgres without permissions to create databases

2011-11-26 Thread Gelonida N
On 11/26/2011 01:23 AM, Gelonida N wrote: > It seems I'm not the first one who wans to run django tests with > postgressql and who doesn't have permissions to create databases. > > I found two suggestions on the web: > > One is to use sqlite for testing instead of postgres. > However I'm not

django testing with postgres without permissions to create databases

2011-11-25 Thread Gelonida N
It seems I'm not the first one who wans to run django tests with postgressql and who doesn't have permissions to create databases. I found two suggestions on the web: One is to use sqlite for testing instead of postgres. However I'm not really happy with this solution, as sqlite is less