How to add timezone support in Django (1.5) admin

2013-11-26 Thread Carlos Villavicencio
I am using django 1.5 with pytz. Currently all the datetimes stored in the database are in UTC. The frontend application is timezone aware (users worldwide), that means that I store the user timezone in his profile. Administration is using the default timezone as in settings.py (UTC). What ab

Couple of random Error 500 issues

2013-09-20 Thread Carlos Villavicencio
Hello, I have a django project running on digitalocean (in a 512M server) and suddenly it appears Error 500 on the Apache. I'm running wsgi and only 2 users (because we are starting) Looking on the logs, the errors were the following: 1. ImproperlyConfigured: Error importing middleware djang