Hi All!

Im starting my way to the django arena but this error stopped me from
continuing. I'm a newbie in python and thought that through hands on
experience, I will be able to learn this language especially for the
web.

Here goes the error:

Traceback (most recent call last):
File "c:\django_src\django\core\handlers\base.py" in get_response
  65. callback, callback_args, callback_kwargs = resolver.resolve(path)
File "c:\django_src\django\core\urlresolvers.py" in resolve
  148. sub_match = pattern.resolve(new_path)
File "c:\django_src\django\core\urlresolvers.py" in resolve
  112. self.func = self.get_callback()
File "c:\django_src\django\core\urlresolvers.py" in get_callback
  116. mod_name, func_name = get_mod_func(self.callback)
File "c:\django_src\django\core\urlresolvers.py" in get_mod_func
  23. dot = callback.rindex('.')

  AttributeError at /now/ 'function' object has no attribute 'rindex'

Note: I have encountere this error while trying to copy the code in the
tutorial of "current_datetime"

Thanks in advance


--~--~---------~--~----~------------~-------~--~----~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to