my hd failed the other day taking my db with it. I'm trying to restore
my project now, but I'm getting this error in the admin app:

ERROR: missing FROM-clause entry for table "auth_users" SELECT
"blogs_blogs"."user_id","blogs_blogs"."title","blogs_blogs"."desc","blogs_blogs"."entriespp","blogs_blogs"."disabled"
FROM "blogs_blogs" ORDER BY "auth_users"."username" DESC

I'm getting it for both of my apps installed, both having one-to-one
relationships with the user. Other models within those apps that don't
have any relationship to the user (but to other models) are not
failing.

The steps I took to restore my project were
create database
manage.py init
manage.py createsuperuser
manage.py install admin
manage.py install <apps>

I'm using the latest revision as of this posting. Any ideas on what is
going wrong? Did I miss something or do something in the wrong order?


Luke Skibinski Holt

Reply via email to