You need to add the various product modules to your settings. Here's what I
have in my test env:
'product',
'product.modules.configurable',
'product.modules.custom',
'product.modules.downloadable',
'product.modules.subscription',
-Chris
On Tue, Aug 3, 2010 at 7:02 PM, GuyBrush <[email protected]> wrote:
> Hello, I'm using Satchmo tip (0.9.2) which was upgraded from 0.9 then 0.9.1
> Did I miss a step on migrations? I followed the steps at
> http://www.satchmoproject.com/docs/dev/migration.html#upgrading-from-an-existing-0-9-installation
> using 0.9.1 and then I just installed tip & removed 0.9.1 without any type
> of migration.
> I used *Upgrading from an existing 0.9 installation* guide but not
> *Installing Satchmo 0.9.1 with South*.Did I miss a step?
>
> Product variations are not showing up in the store front end & I'm not able
> to create new product variations.
>
> Here is the error I'm getting.
>
> Request Method: GET
> Request URL: http://localhost:8000/admin/variations/
> Django Version: 1.2.1
> Python Version: 2.6.4
> Installed Applications:
> ['django.contrib.sites',
> 'satchmo_store.shop',
> 'django.contrib.admin',
> 'django.contrib.auth',
> 'django.contrib.contenttypes',
> 'django.contrib.comments',
> 'django.contrib.sessions',
> 'django.contrib.sitemaps',
> 'registration',
> 'sorl.thumbnail',
> 'keyedcache',
> 'livesettings',
> 'l10n',
> 'satchmo_utils.thumbnail',
> 'satchmo_store.contact',
> 'tax',
> 'tax.modules.no',
> 'tax.modules.area',
> 'tax.modules.percent',
> 'shipping',
> 'satchmo_store.contact.supplier',
> 'shipping.modules.tiered',
> 'shipping.modules.tieredweight',
> 'satchmo_ext.newsletter',
> 'satchmo_ext.recentlist',
> 'product',
> 'satchmo_ext.product_feeds',
> 'satchmo_ext.brand',
> 'payment',
> 'payment.modules.purchaseorder',
> 'payment.modules.giftcertificate',
> 'payment.modules.authorizenet',
> 'satchmo_ext.satchmo_toolbar',
> 'satchmo_utils',
> 'shipping.modules.tieredquantity',
> 'satchmo_ext.tieredpricing',
> 'debug_toolbar',
> 'app_plugins',
> 'large.localsite',
> 'django.contrib.flatpages',
> 'south']
> Installed Middleware:
> ('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',
> 'satchmo_ext.recentlist.middleware.RecentProductMiddleware',
> 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware')
>
>
> Traceback:
> File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py" in
> get_response
> 100. response = callback(request, *callback_args,
> **callback_kwargs)
> File
> "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_2-py2.6.egg/product/views/adminviews.py"
> in variation_list
> 98. products = Product.objects.filter(configurableproduct__in =
> ConfigurableProduct.objects.all())
> File "/usr/lib/pymodules/python2.6/django/db/models/manager.py" in filter
> 141. return self.get_query_set().filter(*args, **kwargs)
> File "/usr/lib/pymodules/python2.6/django/db/models/query.py" in filter
> 550. return self._filter_or_exclude(False, *args, **kwargs)
> File "/usr/lib/pymodules/python2.6/django/db/models/query.py" in
> _filter_or_exclude
> 568. clone.query.add_q(Q(*args, **kwargs))
> File "/usr/lib/pymodules/python2.6/django/db/models/sql/query.py" in add_q
> 1131. can_reuse=used_aliases)
> File "/usr/lib/pymodules/python2.6/django/db/models/sql/query.py" in
> add_filter
> 1026. negate=negate, process_extras=process_extras)
> File "/usr/lib/pymodules/python2.6/django/db/models/sql/query.py" in
> setup_joins
> 1194. "Choices are: %s" % (name, ",
> ".join(names)))
>
> Exception Type: FieldError at /admin/variations/
> Exception Value: Cannot resolve keyword 'configurableproduct' into field.
> Choices are: active, also_purchased, brand, brandcategory,
> brandcategoryproduct, brandproduct, cartitem, category, date_added,
> description, discount, featured, giftcertificateproduct, height,
> height_units, id, items_in_stock, length, length_units, meta, name,
> ordering, orderitem, price, productattribute, productimage, related_items,
> shipclass, short_description, site, sku, slug, taxClass, taxable,
> tieredprices, total_sold, translations, weight, weight_units, width,
> width_units
>
> --
> 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.