I'm getting this, here's the error output:
Page not found (404)
Request Method: GET
Request URL:
http://127.0.0.1:8000/shop
Using the URLconf defined in store.urls, Django tried these URL
patterns, in this order:
^admin/doc/
^accounts/
^settings/
^cache/
^admin/product/configurableproduct/(?P<id>\d+)/getoptions/
^admin/inventory/edit/$
^inventory/export/$
^inventory/import/$
^admin/(?P<product_id>\d+)/variations/$
^admin/variations/$
^admin/print/(?P<doc>[-\w]+)/(?P<id>\d+)
^$
^add/$
^cart/$
^cart/accept/$
^cart/add/$
^cart/add/ajax/$
^cart/qty/$
^cart/qty/ajax/$
^cart/remove/$
^cart/remove/ajax/$
^checkout/
^contact/$
^history/$
^quickorder/$
^tracking/(?P<order_id>\d+)/$
^search/$
^product/
^category/
^contact/thankyou/$
^sitemap\.xml$
^admin/
^static/(?P<path>.*)$
^site_media/(.*)$
The current URL, shop, didn't match any of these.
You're seeing this error because you have DEBUG = True in your Django
settings file. Change that to False, and Django will display a
standard 404 page.
On Oct 1, 3:58 pm, j <
jimmy.case...@gmail.com> wrote:
> Anyone know about this issue? I'm sort of clueless about why I'm not
> seeing an initial storefront when I run the web server. Any clues
> would be greatly appreciated.
>
> Thanks,
> J.
>
> On Oct 1, 7:38 am, j <
jimmy.case...@gmail.com> wrote:
>
>
>
> > I wonder why when I got tohttp://
127.0.0.1:8000/shopIget 'Page not