app for user statistics of submissions/ activity/ etc ? app for geotagging?

2009-09-12 Thread pcrutch
is there an app out there that keeps track of user submissions / activity related to your models ? we want some sort of way of giving user feedback. whats the status of geotagging ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Mod_wsgi and Apache Problems - Unhandled request return Internal Server Error / Premature end of script headers

2009-08-08 Thread pcrutch
trick/geodj') sys.path.append('/home/patrick/geodj/templates') os.environ['DJANGO_SETTINGS_MODULE'] = 'settings' import django.core.handlers.wsgi application = django.core.handlers.wsgi.WSGIHandler() On Aug 6, 4:54 pm, Graham Dumpleton wrote: > On Aug 7, 7:43

Mod_wsgi and Apache Problems - Unhandled request return Internal Server Error / Premature end of script headers

2009-08-06 Thread pcrutch
So I run the dev server for my project and everything comes up fine, map shows properly and loads the data correctly. However, using wsgi the map loads and gives " Unhandled request return Internal Server Error" and I checked the log file and I have the " premature end of script headers" error. I