Thursday, October 28, 2010

Re: 'str' object has no attribute 'resolve' Exception Location: C:\Python25\Lib\site-packages\django\core\urlresolvers.py in resolve,

change it from
    (r"wap/di/sub",current_datetime)

to 
    (r'^wap/di/sub','current_datetime')


On Thu, Oct 28, 2010 at 15:52, sami nathan <itssami.gb4u@gmail.com> wrote:
    (r"^wap/di/sub",current_datetime)

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