On Tue, Jan 25, 2011 at 10:36 AM, Ben Dembroski <i...@ionraystudios.com> wrote:
> When I run syncdb, the
> only result is 'no fixtures found.'

in Django-speak 'fixtures' are external files with data to be inserted
in the database, could be in XML, JSON or YAML.  do you use them?
maybe you should copy those too from your old project to the new

-- 
Javier

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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