Backwards incompatible changes are here - http://www.bitbucket.org/chris1610/satchmo/wiki/BackwardsIncompatibleChanges
-Chris On Thu, Apr 8, 2010 at 12:51 PM, Ricko <[email protected]> wrote: > Hi All, > > Been given a satchmo store project to take a look at for learning > purposes, and run into a problem. I try to log into the admin page, > and I get a stack: > > > Traceback: > File "/Library/Python/2.5/site-packages/django/core/handlers/base.py" > in get_response > 92. response = callback(request, *callback_args, > **callback_kwargs) > File "/Library/Python/2.5/site-packages/django_livesettings-1.4_3- > py2.5.egg/livesettings/views.py" in site_settings > 63. return group_settings(request, group=None, > template='livesettings/site_settings.html') > File "/Library/Python/2.5/site-packages/django/views/decorators/ > cache.py" in _wrapped_view_func > 44. response = view_func(request, *args, **kwargs) > File "/Library/Python/2.5/site-packages/django/contrib/admin/views/ > decorators.py" in _checklogin > 33. return view_func(request, *args, **kwargs) > File "/Library/Python/2.5/site-packages/django_livesettings-1.4_3- > py2.5.egg/livesettings/views.py" in group_settings > 57. }, context_instance=RequestContext(request)) > File "/Library/Python/2.5/site-packages/django/template/context.py" in > __init__ > 107. self.update(processor(request)) > File "/Library/Python/2.5/site-packages/Satchmo-0.9_1-py2.5.egg/ > satchmo_store/shop/context_processors.py" in settings > 19. cart = Cart.objects.from_request(request) > File "/Library/Python/2.5/site-packages/Satchmo-0.9_1-py2.5.egg/ > satchmo_store/shop/models.py" in from_request > 222. contact = Contact.objects.from_request(request, > create=False) > File "/Library/Python/2.5/site-packages/Satchmo-0.9_1-py2.5.egg/ > satchmo_store/contact/models.py" in from_request > 110. contact = > Contact.objects.get(user=request.user.id) > File "/Library/Python/2.5/site-packages/django/db/models/manager.py" > in get > 120. return self.get_query_set().get(*args, **kwargs) > File "/Library/Python/2.5/site-packages/django/db/models/query.py" in > get > 300. num = len(clone) > File "/Library/Python/2.5/site-packages/django/db/models/query.py" in > __len__ > 81. self._result_cache = list(self.iterator()) > File "/Library/Python/2.5/site-packages/django/db/models/query.py" in > iterator > 238. for row in self.query.results_iter(): > File "/Library/Python/2.5/site-packages/django/db/models/sql/query.py" > in results_iter > 287. for rows in self.execute_sql(MULTI): > File "/Library/Python/2.5/site-packages/django/db/models/sql/query.py" > in execute_sql > 2369. cursor.execute(sql, params) > File "/Library/Python/2.5/site-packages/django/db/backends/util.py" in > execute > 19. return self.cursor.execute(sql, params) > File "/Library/Python/2.5/site-packages/django/db/backends/sqlite3/ > base.py" in execute > 193. return Database.Cursor.execute(self, query, params) > > Exception Type: OperationalError at /settings/ > Exception Value: no such column: contact_contact.role_id > > I'm guessing there may have been a schema change or something to the > Contact table in satchmo, and my older project is looking for it? > Whats the best way to proceed? > > Cheers > Rick > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
