Could you be importing them, and then reassigning them?
i.e.
from satchmo_store.urls import urlpatterns
urlpatterns = patterns('', ...)
On Thu, Jan 15, 2009 at 4:17 PM, Trevor Ochocki <
[email protected]> wrote:
>
> As a result of the module reorganization, I decided to start anew with
> r1895, but have been unsuccessful at getting my new store, with the
> demo store data, running properly. The problem seems to be with my
> configured (or lack thereof) URLs. My {project_name}/urls.py file does
> include:
>
> from satchmo_store.urls import urlpatterns
>
> However, Django is unable to see any of the URL patterns. Just to kind
> of recheck things, I ran satchmo_check on my current setup and
> received no errors:
>
> Checking your satchmo configuration.
> Using Django version 1.0.2 final
> Using Satchmo version 0.9-pre-SVN-1903
> Your configuration has no errors.
>
> Does anyone have any thoughts as to why the URLs are not being seen/
> imported?
>
> I am currently running django+fcgi+nginx on a shared hosting account.
> >
>
--
Bruce Kroeze
http://solidsitesolutions.com
Dynamic Designs, Optimized
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---