>
> Traceback:
>
> http://pastebin.com/9nLp4uP5
>
>> Confused, how does creating a new app and importing urls.py from that
>> test the validity of the urls.py in your current app?
>
> I did this to make sure no other app was causing errors.
>
>
> Without starting a new app(!), can you import
>> from 'products.urls' successfully?
>
> Yes
>
>
OK. In the django shell:
>>> from django.core.urlresolvers import reverse
>>> reverse('products_index')
Any errors?
Is your django shell from the same instance (same code files) as the web?
Cheers
Tom
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment