Thursday, October 28, 2010

Cherokee for home developing

Hi all! I'm trying to create my devbox for Django and I use a server
in my lan with Ubuntu and Cherokee installed in. For every project I
use virtualenv so I install django and flup and I create in cherokee
panel the virtual server using the path of my virtualenv. All I do is
explained in the Cherokee documentation page.

The only change I do is the interpreter in Information Resource
Settings where I use the absolute path of the python executable on my
virtualenv.

The browser at my virtual host's ulr show the "it worked!" message, if
I just try to enable the admin and I try to go there in the browser I
get this message:

Unhandled Exception
An unhandled exception was thrown by the application.

This is really strange. If I try to reload the url, I get randomly a
"Unhandled Exception" or a "It worked!" message.

I tried also with an application that I develop that I'm sure it
worked before and with my surprise still works in cherokee, but if I
try to get the admin page I simply can't. The result is the same error
ad describe above.

Anyone could help me? I'm really near to get my devbox working and
never think about deploying or the stuff around that anymore... help
me just developing!

Thanks in advance! :-)

--
K.
Personal Blog: http://www.karimblog.net

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