Yep. The Satchmo urlpatterns import didn't show up in your post of the urls
... but that is definitely the problem. Good work.

On Tue, Mar 24, 2009 at 8:42 AM, Ned <[email protected]> wrote:

>
> Here's the problem.  This is storename.site.urls.py.
>
>
>
> from django.conf.urls.defaults import patterns
> from satchmo_store.urls import urlpatterns
>
> urlpatterns = patterns('storename.site.views',
>    (r'^$', 'homepage', {}),
> )
>
> # End of urls.py
>
>
>
> I was replacing urlpatterns (=), not adding to them (+=).
> Replacing blew away all the Satchmo urls.
>
> Many thanks, Bob, for your help.
>
> Ned
>
>
> >
>

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