Server error emails - send elsewhere?

2020-11-16 Thread Gady
lso need to use the django.server <https://docs.djangoproject.com/en/3.1/topics/logging/#django-request> logger to handle the same errors as the built-in server error report? Any insight here is much appreciated! Gady -- You received this message because you are subscribed to the

'DatabaseOperations' object has no attribute 'geo_db_type' error when doing a syncdb

2012-09-27 Thread Gady Pitaru
When I deploy a GeoDjango app to Heroku I'm getting the following error: *AttributeError: 'DatabaseOperations' object has no attribute 'geo_db_type'* I've tried quite a few things to fix it and lots of research, but still can't get rid of it. Instead of duplicating my StackOverflow question, yo