This weird issue hanpped when I used the django admin site. I have set the database with sqlite3, and creat a number of my classes in app model.py, all others classes can work as expectation. only a class have this "DatabaseError at /admin/myapp, no such column: myapp.myvar" error apper in web browser.
but the class's everything is the same with others, the only different place is the class‘s name. I also use "python manage.py syncdb" to refresh my database, but nothing change. who can help me? I have been agonized by this issue for tow weeks. -- 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.