Re: Runserver from 0.95 problems

2006-05-13 Thread tomass
Found it. I had an old install that was overriding the settings. Not exactly sure how as it wasn't in the sys.path, but in any case I've moved the old directory and now it's all good. Thanks, Tom --~--~-~--~~~---~--~~ You received this message because you are sub

Re: Runserver from 0.95 problems

2006-05-13 Thread tomass
As you can see from my installed apps above, I don't have django.contrib.admin in there yet, and so the first item is satisfied. Also, I don't have django.contrib.flatpages or django.contrib.redirects. And in any case, I am using django-admin.py to generate all of this - I'm not modifying anythin

Re: Runserver from 0.95 problems

2006-05-12 Thread Eugene Lazutkin
Joseph Kocherhans wrote: > > Looks like you need to add 'django.contrib.contenttypes' and > 'django.contrib.auth' to your INSTALLED_APPS setting. #2.5 in http://code.djangoproject.com/wiki/MagicRemovalCheatSheet#URLsandsettings Add additional applications to your INSTALLED_APPS to satisfy depe

Re: Runserver from 0.95 problems

2006-05-12 Thread tomass
Okay, so I try python manage.py syncdb and I get: Error: None couldn't be installed, because there were errors in your model: admin.logentry: 'user' has relation with uninstalled model User admin.logentry: 'content_type' has relation with uninstalled model ContentType Here is the contents of my

Re: Runserver from 0.95 problems

2006-05-12 Thread Richie Hindle
[Tom] > admin.logentry: 'user' has relation with uninstalled model User > admin.logentry: 'content_type' has relation with uninstalled model > ContentType I had this problem recently, and it was because I only had 'django.contrib.admin' listed in INSTALLED_APPS, when I also needed its dependenci

Re: Runserver from 0.95 problems

2006-05-12 Thread Joseph Kocherhans
On 5/12/06, tomass <[EMAIL PROTECTED]> wrote: > > Installed from subversion. Ran "django-admin.py startproject > greenleaftech; cd greenleaftech; python manage.py runserver" and I get > the following. Can anyone help out? > > Thanks, Tom > > > python manage.py runserver > Validating models... > ad

Re: Runserver from 0.95 problems

2006-05-12 Thread James Bennett
On 5/12/06, tomass <[EMAIL PROTECTED]> wrote: > Installed from subversion. Ran "django-admin.py startproject > greenleaftech; cd greenleaftech; python manage.py runserver" and I get > the following. Can anyone help out? Run 'python manage.py syncdb'. -- "May the forces of evil become confused o