I think your settings STATIC_URL is not set correctly. -Chris
On Wed, May 30, 2012 at 8:57 PM, vitsin <[email protected]> wrote: > hi, > after running: http://localhost:8000/settings/ > > got: > Wed, 30 May 2012 18:55:51 django.request ERROR Internal Server > Error: /settings/ > Traceback (most recent call last): > File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/ > base.py", line 111, in get_response > response = callback(request, *callback_args, **callback_kwargs) > File "/usr/local/lib/python2.7/dist-packages/ > django_livesettings-1.4_11-py2.7.egg/livesettings/views.py", line 78, > in site_settings > return group_settings(request, group=None, template='livesettings/ > site_settings.html') > File "/usr/local/lib/python2.7/dist-packages/django/views/decorators/ > cache.py", line 89, in _wrapped_view_func > response = view_func(request, *args, **kwargs) > File "/usr/local/lib/python2.7/dist-packages/django/contrib/auth/ > decorators.py", line 20, in _wrapped_view > return view_func(request, *args, **kwargs) > File "/usr/local/lib/python2.7/dist-packages/django/utils/ > decorators.py", line 91, in _wrapped_view > response = view_func(request, *args, **kwargs) > File "/usr/local/lib/python2.7/dist-packages/ > django_livesettings-1.4_11-py2.7.egg/livesettings/views.py", line 63, > in group_settings > ADMIN_MEDIA_PREFIX = djangosettings.STATIC_URL + 'admin/' > TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' > > > > Running: Satchmo v0.9.2. > > > Am I missing something please? > regards, > --vs > > -- > 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. > > -- 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.
