Re: Basic django snafu from a noob

2009-03-12 Thread Malcolm Tredinnick
On Thu, 2009-03-12 at 01:05 -0700, Steve Chervitz Trutane wrote: [...] > My error goes away when using the official Django release (1.0.2) > rather than the current trunk (r10032). > > As for the backend, I have not altered the settings.py that django- > admin.py startproject created, so my DATAB

Re: Basic django snafu from a noob

2009-03-12 Thread Steve Chervitz Trutane
On Mar 11, 7:55 pm, Malcolm Tredinnick wrote: > On Wed, 2009-03-11 at 14:50 -0700, Steve Chervitz Trutane wrote: > > I believe I may have hosed my django installation while I was trying > > to get up and running with Pinax.  I'm working from the django trunk > > (1.1alpha) on linux. Here's what

Re: Basic django snafu from a noob

2009-03-11 Thread Malcolm Tredinnick
On Wed, 2009-03-11 at 14:50 -0700, Steve Chervitz Trutane wrote: > I believe I may have hosed my django installation while I was trying > to get up and running with Pinax. I'm working from the django trunk > (1.1alpha) on linux. Here's what happens now when I try to fire up a > new django project

Basic django snafu from a noob

2009-03-11 Thread Steve Chervitz Trutane
I believe I may have hosed my django installation while I was trying to get up and running with Pinax. I'm working from the django trunk (1.1alpha) on linux. Here's what happens now when I try to fire up a new django project (a la the turorial): $ django-admin.py startproject mysite $ cd mysite