Per instructions on http://www.satchmoproject.com/docs/dev/settings.html I 
got through step 4 on "Test and Install the data" - I did not perform the 
(optional) steps, since I want no data on a new store site. I get the 
following uncaught exception from django-livesettings (and results in 500 
error on browser).


[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157] mod_wsgi 
(pid=8738): Exception occurred processing WSGI script 
'/home/docroots/liftoff-express/django/liftoff/apache/django.wsgi'.
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157] Traceback (most 
recent call last):
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/usr/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 272, 
in __call__
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     response = 
self.get_response(request)
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 169, 
in get_response
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     response = 
self.handle_uncaught_exception(request, resolver, sys.exc_info())
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 214, 
in handle_uncaught_exception
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     if 
resolver.urlconf_module is None:
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/usr/lib/python2.6/site-packages/django/core/urlresolvers.py", line 274, 
in _get_urlconf_module
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     
self._urlconf_module = import_module(self.urlconf_name)
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/usr/lib/python2.6/site-packages/django/utils/importlib.py", line 35, in 
import_module
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     
__import__(name)
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/home/docroots/liftoff-express/django/liftoff/urls.py", line 3, in <module>
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     from 
satchmo_store.urls import urlpatterns
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/usr/lib/python2.6/site-packages/Satchmo-0.9.3-py2.6.egg/satchmo_store/urls/__init__.py",
 
line 28, in <module>
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     from default 
import urlpatterns as defaultpatterns
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/usr/lib/python2.6/site-packages/Satchmo-0.9.3-py2.6.egg/satchmo_store/urls/default.py",
 
line 9, in <module>
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     
admin.autodiscover()
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/usr/lib/python2.6/site-packages/django/contrib/admin/__init__.py", line 
26, in autodiscover
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     
import_module('%s.admin' % app)
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/usr/lib/python2.6/site-packages/django/utils/importlib.py", line 35, in 
import_module
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     
__import__(name)
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/usr/lib/python2.6/site-packages/Satchmo-0.9.3-py2.6.egg/product/admin.py", 
line 140, in <module>
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     class 
CategoryOptions(admin.ModelAdmin):
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/usr/lib/python2.6/site-packages/Satchmo-0.9.3-py2.6.egg/product/admin.py", 
line 142, in CategoryOptions
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     if 
config_value('SHOP','SHOW_SITE'):
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/usr/lib/python2.6/site-packages/django_livesettings-1.4_11-py2.6.egg/livesettings/functions.py",
 
line 204, in config_value
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     return 
config_get(group, key).value
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/usr/lib/python2.6/site-packages/django_livesettings-1.4_11-py2.6.egg/livesettings/values.py",
 
line 371, in value
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     val = 
self._value()
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]   File 
"/usr/lib/python2.6/site-packages/django_livesettings-1.4_11-py2.6.egg/livesettings/values.py",
 
line 328, in _value
[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157]     raise 
SettingNotSet("Startup error, couldn't load %s.%s" %(self.group.key, 
self.key))
*[Tue Apr 17 13:02:10 2012] [error] [client 69.41.94.157] SettingNotSet: 
("Startup error, couldn't load SHOP.SHOW_SITE", None)*

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/satchmo-users/-/Yz3WYSldamUJ.
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.

Reply via email to