ojengwa / django-simple-captcha

Automatically exported from code.google.com/p/django-simple-captcha
MIT License
1 stars 0 forks source link

unhandled exception #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.adding captcha to installed apps

What is the expected output? What do you see instead?
my website. unhandled exception error.

What version of the product are you using? On what operating system?
latest. linux.

Please provide any additional information below.

so i've got 0.2.0 of simple captcha installed on a production server. i'm using 
python 2.6 and the latest version of django.

i have no other code added to my working site other than adding captcha to the 
installed apps, and i get unhandled exception. i have debug set to true yet i 
don't get one of the full debug error messages. i just get a page that says 
"Unhandled Exception

An unhandled exception was thrown by the application."

i'm using bluehost.

Original issue reported on code.google.com by not.so...@gmail.com on 16 Sep 2010 at 2:40

GoogleCodeExporter commented 9 years ago
Do you have shell access? If so, could you please ssh into the server, cd to 
the project directory and run 'python manage.py test captcha'.

Original comment by mbonetti on 16 Sep 2010 at 6:53