Hi!

As you said, you´ve created a new database, or you created a database and
restore a backup ?
Try to create a new and after this, run syncdb.


http://chevitarese.wordpress.com
Fred Chevitarese - GNU/Linux


2010/4/27 larsendt <dane.t.lar...@gmail.com>

> I'm having issues creating a new database for my app. I'm using the
> Django 1.2 beta.
> I wrote the "people" app on another computer, and now I'm trying to
> get it working on a little server I have set up.
> When I try:
>
>    ./manage.py sqlall people
>
> I get the error:
>
>    django.db.utils.DatabaseError: (1146, "Table
> 'peace_tracker_db.people_person' doesn't exist")
>
> I have already created the db in MySQL.
> The same thing happens when I use ./manage.py syncdb
>
> From what I've read elsewhere, there's a bug that has a similar effect
> when using multiple databases, but I am only using one database.
>
> Any suggestions?
>
> --
> 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<django-users%2bunsubscr...@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