Have you looked at your db? are the tables there that you wrote in your models. 
Did you run 

python manage.py syncdb and did you see verification that your tables were 
created?

If you want to see that the sql is being created run

python manage.py sqlall app_name to make sure its generating the sql you want. 
If everything is correct the only explanation is that you don't actually have 
any tables set up in the database.

On Apr 9, 2010, at 1:23 PM, Sheena wrote:

> I uncommented 'django.contrib.sessions' to no avail, and everything
> else is correct.
> 
> I'm not getting any error messages at all, I'm just not given the
> option to do anything with my tables from the admin site. I've gone
> through three different tutorials on it and they all say the same
> thing so it doesn't look like I've left anything out. I'm not sure if
> this is a stoopid question or not but could Windows XP be screwing
> with it? I was warned by an aquaintance that it does strange things to
> Django but I wasn't given any specifics and everything has been
> behaving beautifully until now. I'm using Djanga v1.1.1
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to