Re: no fixtures found error

2012-03-01 Thread kenneth gonsalves
apologies for this post - I did not notice it was on the dev list. On Fri, 2012-03-02 at 11:58 +0530, kenneth gonsalves wrote: > On Thu, 2012-03-01 at 17:47 -0800, froto wrote: > > I am using statement:python manage.py syncbd,but there is a error > > report:no fixtures found.What's wrong with it?

Re: no fixtures found error

2012-03-01 Thread kenneth gonsalves
On Thu, 2012-03-01 at 17:47 -0800, froto wrote: > I am using statement:python manage.py syncbd,but there is a error > report:no fixtures found.What's wrong with it? that is not an error message - it is just a statement of fact. Either you have no fixtures, or your fixtures are in the wrong place.

Re: no fixtures found error

2012-03-01 Thread froto
thanks On 3月2日, 上午11时12分, Karen Tracey wrote: > Please ask questions about using Django on django-users. The topic of this > list is the development of Django itself. > > Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to th

Re: no fixtures found error

2012-03-01 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.

no fixtures found error

2012-03-01 Thread froto
django+sqlite I am using statement:python manage.py syncbd,but there is a error report:no fixtures found.What's wrong with it? Creating tables ... Creating table books_publisher Creating table books_author Creating table books_books_authors Creating table books_book Installing custom SQL ... Insta