Re: django using AJP with apache2 and mod_jk leads to HTTP 500 errors

2007-12-13 Thread iGL
Hi Ramon, As far as I understood the apache jakarta docs, the problem you describe might be caused by using sethandlers. Therefore, if you have time for further experiments, you might want to do either - set up another virtual host for the static files (e.g.,media.mysite.com) and avoid using

Re: I need instructions in best way to use django under IIS shared hosting (Python is installed)

2006-05-23 Thread iGL
Hi, I guess the right way to run a Django app on IIS is to use ISAPI-WSGI module. However, I haven't tested it much and, definitely, never did so in a production mode... Anyway, hope the following helps: Since Py2.4, ISAPI dll is part of activepython2.4

Re: Announcing Tabblo, a Django app

2006-05-19 Thread iGL
nice idea & nice realization. congrats! --~--~-~--~~~---~--~~ 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

Re: Django-based wiki engine

2006-05-01 Thread iGL
Hi Daniel, Thank you for the hint. Your wiki app is nicely designed! Meanwhile, I launched a project, - empty, right now, - to make a plugable wiki engine: http://www.self-propelled-python.com/trac/knossos/ Everybody willing to participate is welcome. greetings, Giorgi

Django-based wiki engine

2006-04-27 Thread iGL
Hi, Has anybody been working on a django-based wiki engine on the lines of django.contrib? I'd much appreciate hints on such projects... TIA, Giorgi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: Data Flow for an App to Another

2006-02-21 Thread iGL
Thanks for the hint ;-) --~--~-~--~~~---~--~~ 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 [EMAIL

Re: Dreamhost - a note for Windows users

2006-01-19 Thread iGL
I checked the output of our web app. The problem seems to be connected with DB settings. The output says that raise ImproperlyConfigured, "Could not load database backend: %s. Is your DATABASE_ENGINE setting (currently, %r) spelled correctly? Available options are: %s" % \ 24 (exc,

Re: Dreamhost - a note for Windows users

2006-01-19 Thread iGL
Hi PythonistL, When I tried your link with the trailing slash, i.e., http://www.egsmtrade.com/django.fcgi/ I got usual urconf error from django. As you have debug on, I was able to see your paths in url.py. Next I gave several adresses, i.e., Index (why is it in upper case?), Test, but each time

Re: Dreamhost - problem with Django installation

2006-01-18 Thread iGL
>must be 500 and 'also favicon not found' yes, of course, exactly like that.

Re: Apache2 - Mod_python: ValueError: Empty module name

2006-01-18 Thread iGL
Hi Krietjur, Probably, you need to try something like: SetHandler python-program PythonHandler django.core.handlers.modpython PythonPath sys.path+['/home/kris/my_django_project_dir'] SetEnv DJANGO_SETTINGS_MODULE myproject.settings

Re: Dreamhost - problem with Django installation

2006-01-17 Thread iGL
On my local machine, firefox misbihaves when favicon is missing, yielding error 500.

Re: Dreamhost - problem with Django installation

2006-01-17 Thread iGL
and with 'hello.fcgi', did you pkill python before your tests?

Re: Images. Stylesheets. Javascripts. Where do I put 'em.

2006-01-04 Thread iGL
on windows, MEDIA_URL and MEDIA_ROOT, did not quit help; I haven't understood why... all I did then was to put: in urls something like r'^m/(?P.*)$', 'media', {'document_root': 'D:\\django\\testapp\\media\\'}), and in views from django.views.static import serve media = serve and in the base

Re: track/pingback libraries recommended for django-powered apps

2006-01-04 Thread iGL
iGL wrote: > Here're what I've have found: > > http://www.dellah.com/orient/2003/01/16/pingback-to-trackback-01-for-python > > http://stompstompstomp.com/weblog/entries/76/ > > http://stompstompstomp.com/weblog/entries/76/ sorry: should be this: http://stompstompstomp.com/weblog/entries/77/

track/pingback libraries recommended for django-powered apps

2006-01-03 Thread iGL
Are there some recommendations/restrictions to consider when choosing a track/pingback libs for a django-powered app? last but not least: HAPPY NEW YEAR! :)

Re: Comments on Ruby code slides from Snakes and Rubies?

2005-12-20 Thread iGL
I must have missed it in the doc. Would you like to give me the corresponding link? TIA, Giorgi Kenneth Gonsalves wrote: > On Wednesday 14 Dec 2005 5:34 pm, [EMAIL PROTECTED] wrote: > > native method (SQL). I'd much rather build my database up using > > a nice GUI then get Rails to 'plug' into