On Mon, Feb 23, 2009 at 1:30 PM, Robocop <[email protected]> wrote:
> > Hello, > I'm trying another satchmo build using the most recent trunk along > with django 1.1. > > I'm pretty stuck at the moment, and have been trying to get a working > demo cart up for the last 4 days and every build has resulted in > different, insurmountable (from my standpoint) errors. The traceback > for this problem: > > > Environment: > > Request Method: GET > Request URL: http://192.168.1.90:8557/ > Django Version: 1.1 pre-alpha > Python Version: 2.5.4 > Installed Applications: > ['satchmo_store.shop', > 'django.contrib.admin', > 'django.contrib.admindocs', > 'django.contrib.auth', > 'django.contrib.contenttypes', > 'django.contrib.comments', > 'django.contrib.sessions', > 'django.contrib.sitemaps', > 'django.contrib.sites', > 'registration', > 'sorl.thumbnail', > 'satchmo', > 'keyedcache', > 'livesettings', > 'satchmo_store.contact', > 'product', > 'shipping', > 'payment', > 'payment.modules.giftcertificate', > 'satchmo_store.contact.supplier', > 'satchmo_utils', > 'satchmo_utils.thumbnail', > 'l10n', > 'tax', > 'satchmo_ext.wishlist', > 'satchmo_ext.upsell', > 'satchmo_ext.productratings', > 'app_plugins', > 'tax.modules.no', > 'tax.modules.area', > 'tax.modules.percent'] > > Installed Middleware: > ('django.middleware.common.CommonMiddleware', > 'django.contrib.sessions.middleware.SessionMiddleware', > 'django.contrib.auth.middleware.AuthenticationMiddleware', > 'django.middleware.common.CommonMiddleware', > 'django.contrib.sessions.middleware.SessionMiddleware', > 'django.middleware.locale.LocaleMiddleware', > 'django.contrib.auth.middleware.AuthenticationMiddleware', > 'django.middleware.doc.XViewMiddleware', > 'threaded_multihost.middleware.ThreadLocalMiddleware', > 'satchmo_store.shop.SSLMiddleware.SSLRedirect') > If you are going to have the RecentList context processor, you need to add "satchmo_ext.recentlist" to your installed apps. -- Bruce Kroeze http://gosatchmo.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
