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