Comment on Show HN: New platform for finding work - $2000 project minimumComments−d0m15yI'd suggest using DEBUG = False in the production environment. (Django debug view gives a lot of private informations..)Exception Location: /base/data/home/apps/ecl-data-collection/1.350367717383270314/views.py in submit_programmer, line 28 Python Executable: /base/ Python Version: 2.5.2 Python Path: ['/base/python_runtime/python_dist/lib/python25.zip', '/base/python_runtime/python_lib/versions/third_party/django-1.2', '/base/python_runtime/python_dist/lib/python2.5/', '/base/python_runtime/python_dist/lib/python2.5/plat-linux2', '/base/python_runtime/python_dist/lib/python2.5/lib-tk', '/base/python_runtime/python_dist/lib/python2.5/lib-dynload', '/base/python_runtime/python_lib/versions/1', '/base/data/home/apps/ecl-data-collection/1.350367717383270314/']−lacker15yPlus, when DEBUG = True, Django leaks memory.
Comments
I'd suggest using DEBUG = False in the production environment. (Django debug view gives a lot of private informations..)
Exception Location: /base/data/home/apps/ecl-data-collection/1.350367717383270314/views.py in submit_programmer, line 28 Python Executable: /base/ Python Version: 2.5.2 Python Path: ['/base/python_runtime/python_dist/lib/python25.zip', '/base/python_runtime/python_lib/versions/third_party/django-1.2', '/base/python_runtime/python_dist/lib/python2.5/', '/base/python_runtime/python_dist/lib/python2.5/plat-linux2', '/base/python_runtime/python_dist/lib/python2.5/lib-tk', '/base/python_runtime/python_dist/lib/python2.5/lib-dynload', '/base/python_runtime/python_lib/versions/1', '/base/data/home/apps/ecl-data-collection/1.350367717383270314/']
Plus, when DEBUG = True, Django leaks memory.