On Mar 25, 2:34 pm, Bob Waycott <[email protected]> wrote:
> Are you setting up Satchmo as a standalone install or part of another
> project?
> Regarding your urls.py, not going to fix the problem, but you should have
> the admin docs before the admin url ... try this instead:
>
> (r'^admin/doc/', include('django.contrib.admindocs.urls')),
> (r'^admin/(.*)', admin.site.root),
>
> The SettingNotSet error is something I have usually only seen if the db is
> either not running or not synced, but you say you have synced.
>
> Can you provide a dpaste of the Traceback you receive when attempting to
> load the site, and another that shows what output you get on the python
> prompt from Django's runserver command when the error happens?
>

Hi again, Bob, and thanks for responding.  Well, I mickeyed around and
got the thing working. Or at least it seems so far.  Following the
Satchmo install instructions I first created a django project and then
integrated Satchmo into it.

On Sofeng's Blog I saw that he had SHOP_BASE set to '/shop'.   I don't
know how much difference that actually made by my satchmo log was
created after I did that. Although I still couldn't get a page.

Then I found this thread  http://tinyurl.com/c6sv9x

Which matched my traceback exactly.   So I put
'satchmo_ext.recentlist'   in my installed apps setting and did syncdb
again and I've been getting pages.  Haven't explored them all yet.

My big job now is to explore this enough to create my own site.   I
just wanted to get a sample instance running.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to