Have you installed the shop database yet? If you followed the installation instructions, you would setup your db connection, syncdb, and install a number of fixtures that would give you initial shop data.
On Mon, Apr 13, 2009 at 9:59 PM, jeffhg58 <[email protected]> wrote: > > Hi, > > I am a new user to satchmo and I am trying to be able to view the demo > shop running with the development server. > I ran the satchmo_check and got no errors. My urls.py just contains > the 2 lines > > from django.conf.urls.defaults import * > from satchmo_store.urls import urlpatterns > > But when I point to the following url http://127.0.0.1:8000/shop > > All I get is the Congratulations on your first Django-powered page. > > What I am missing here? > > Any help would be greatly appreciated. > > Thanks, > Jeff > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
