Hi all,
My django + cherokee config:
python2.6 with flup and django 1.2.4
cherokee 1.0.18 (statically compiled)
django project root at /var/www/myproject
app at /var/www/myproject/myapp
I have created a virtual host in django-admin interface to serve myproject
as a website.
I have an "index" function in /var/www/myproject/myapp/views.py which would
render /var/www/myproject/myapp/templates/base.html as index page.
The corresponding,
/var/www/myproject/urls.py contains mapping this way:
urlpatterns = patterns('myapp.views',
(r'^$','index'),
)
But I am unable to access myproject on the web interface using
localhost/myproject or even using the virtualhost nickname.
pls let me know
thanks
regards,
KM
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee