i'm trying to use JSON on a website that also has a HTML frontend, but
when i enable this line in urls.py
url(r'^json/sendcommand/','rchip.views.json_send_command'),

i get this message
Caught ViewDoesNotExist while rendering: Tried json_command in module
rchip.views. Error was: 'module' object has no attribute
'json_command'

this is my login URL:
url(r'^accounts/login/$','django.contrib.auth.views.login',
{'template_name': 'main/login.html', }),

-- 
Thanks
Kevin Anthony
www.NoSideRacing.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django 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/django-users?hl=en.

Reply via email to