>
>
>
> But the following urls:
>
> http://127.0.0.1/
> http://127.0.0.1:8000/admin
> http://127.0.0.1:8000/settings
> http://127.0.0.1:8000/admin/doc
>
> all give me a "SettingNotSet at "  whatever the slug is. "/" in the
> case of the first url.
>


Is your database running? Do you have all the basic Satchmo modules listed
in your INSTALLED_APPS list in settings.py? Have you ran 'python manage.py
syncdb'? Do you have a urls.py file that imports Satchmo's urlpatterns?



>
> The url:
>
> http://127.0.0.1:8000/shop
>
> gives me a 404.


Sounds like you don't have things quite right in either your settings
(SHOP_BASE), or you are missing proper patterns imported & defined in
urls.py.

You could provide a dpaste of your settings.py file (minus any secret
information like database user/pass, secretkey, etc.) and your urls.py.

You could also try dropping in the #satchmo IRC room for help. Some people
are available at odd times throughout the day.





>
>
> I first tried to get a page with Apache. But when it didn't work I
> thought I might try the dev server to isolate the problem.
>
> I'm sure the info I give here is woefully inadequate, but I'm at a
> loss on what I should even post to help diagnose this.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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