"Unknown column 'product_product.site_id' in 'where clause'"

2008-09-03 Thread Daehee
After updating the most recent version of satchmo trunk with django trunk, I get the following error: OperationalError at / (1054, "Unknown column 'product_product.site_id' in 'where clause'") Any ideas? Thanks, Daehee --~--~-~--~~~---~--~~ Yo

does django cache models.py?

2008-07-08 Thread Daehee
i'm trying it figure out why django is not recognizing a new models.py file for my app. even when i completely butcher the code in models.py or change the filename and run "manage.py sqlreset" or "manage.py syndb," it still generates the old model. any thoughts??

runserver with manage.py works but doesn't work with django-admin.py

2008-07-07 Thread Daehee
so it's odd that my new project works with "python manage.py runserver" but gives me an error when i do "django-admin.py runserver." how is this possible? btw the error is below: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/Current/bin/