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
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
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
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
[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
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
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
7 matches
Mail list logo