On Fri, Oct 31, 2008 at 1:41 PM, john <[EMAIL PROTECTED]> wrote: > > Hi Bruce, > excellent advice. I will follow it, many thanks. I added the relevant > urlpatterns as you described to ./mystore/urls.py and created the > necessary html files which worked great. I tested out your flatpage > urlpattern in the same way and that also works great. > > I am not sure what you mean by 'use the SHOP_URLS pattern in your > settings file' - should the above patterns go into my ./mystore/ > settings.py and not ./mystore/urls.py?
Ah, it was a "do this OR that" set of instructions. If you are setting things up according to my article, no need to use SHOP_URLS. > > With reference to your 'starting a new store real world project > layout' I was able to follow all the great advice apart from the 'url > layout' part and the 'install the site app'. I now understand what you > are saying but I think you might have made a couple of small mistakes > (of course I could easily be misunderstanding!). Thanks for the feedback. You seem to have gotten the gist of what I was telling you to do. Yes, you need to install a "site" app, and then use the urls.py file from there. I'll go through my article again and try to streamline the order of the steps. Writing tutorials is much trickier than simple coder-docs! -- Bruce Kroeze http://gosatchmo.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
