Re: Help installing django-sentry

2011-08-22 Thread Malcolm Box
Post your urls.py file - it looks like you have a pattern that is over 
aggressively matching /sentry as a poll. 

Malcolm

Sent from my iPhone, please excuse any typos

On 21 Aug 2011, at 21:18, tharshan muthulingam  wrote:

> Hi, 
> I have been having alot of trouble trying to install and run django-sentry. 
> My project directory is ~/django_projects/Project
> 
> Inside there i have the simple polls app from the tutorial, and I have 
> installed sentry using pip. I have added it to the list of installed apps.
> 
> When I go to the sentry directory I got this error:
> http://127.0.0.1:8000/sentry/
> 
> ViewDoesNotExist at /sentry/Tried result in module polls.views. Error was: 
> 'module' object has no attribute 'result'
> 
> I honestly have no clue what that means, and I would really appreciate some 
> help with fixing this.
> 
> Thank you!!
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To view this discussion on the web visit 
> https://groups.google.com/d/msg/django-users/-/XAczs-79BVMJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Help installing django-sentry

2011-08-22 Thread Praveen Krishna R
*(I have never used the package you mentioned. )
Do you think you have configured the urls ( /sentry in your case ) for the
django-sentry !?
*
On Sun, Aug 21, 2011 at 11:18 PM, tharshan muthulingam  wrote:

> Hi,
> I have been having alot of trouble trying to install and run django-sentry.
> My project directory is ~/django_projects/Project
>
> Inside there i have the simple polls app from the tutorial, and I have
> installed sentry using pip. I have added it to the list of installed apps.
>
> When I go to the sentry directory I got this error:
> http://127.0.0.1:8000/sentry/
>
> ViewDoesNotExist at /sentry/Tried result in module polls.views. Error was:
> 'module' object has no attribute 'result'
>
> I honestly have no clue what that means, and I would really appreciate some
> help with fixing this.
>
> Thank you!!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/XAczs-79BVMJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Thanks and Regards,
*Praveen Krishna R*

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Help installing django-sentry

2011-08-21 Thread tharshan muthulingam
Hi, 
I have been having alot of trouble trying to install and run django-sentry. 
My project directory is ~/django_projects/Project

Inside there i have the simple polls app from the tutorial, and I have 
installed sentry using pip. I have added it to the list of installed apps.

When I go to the sentry directory I got this error:
http://127.0.0.1:8000/sentry/

ViewDoesNotExist at /sentry/Tried result in module polls.views. Error was: 
'module' object has no attribute 'result'

I honestly have no clue what that means, and I would really appreciate some 
help with fixing this.

Thank you!!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/XAczs-79BVMJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.