~dooferlad/linaro-android-frontend/vm_install_updates

  • Committer: Paul Sokolovsky
  • Date: 2011-04-29 14:29:47 UTC
  • mfrom: (223.1.3 frontend)
  • Revision ID: paul.sokolovsky@linaro.org-20110429142947-2fmktgo33po8t3me
Add logging set up, configuration, and use for some exceptions.

Django 1.3 has integrated support for configuring Python logging,
http://docs.djangoproject.com/en/1.3/topics/logging/ . For 1.2.3, just
call logging.basicConfig() directly. Set only logging level, and let it
use defaults otherwise, which is timespamp-less logging to stdout. On
production, that will go to Apache error.log, which has own timestamps.
Later, we can make more elaborated logging set up if needed.

Also, move some hardcoded names to settings.
Filename Latest Rev Last Changed Committer Comment Size
..
android_build 1 13 years ago Michael Hudson django-admin startproject; manage.py startapp Diff
static 52 13 years ago Michael Hudson this is hardly a mockup any more :) Diff
.bzrignore 114 13 years ago Michael Hudson ignore ./settings_prod.py 104 bytes Diff Download File
group-fixture.json 149 13 years ago Michael Hudson uncorrupt group-fixture.json 326 bytes Diff Download File
LICENSE 220 13 years ago Michael Hudson add some licensing info and a veeery simple readme 11.2 KB Diff Download File
linaro-abs-frontend.wsgi 214 13 years ago Michael Hudson add a wsgi file 305 bytes Diff Download File
Makefile 3 13 years ago Michael Hudson start doing the virtualenv thing 283 bytes Diff Download File
README 223 13 years ago Michael Hudson make README a bit more friendly 708 bytes Diff Download File
requirements.txt 8 13 years ago Michael Hudson depend on django-piston 59 bytes Diff Download File
setup.py 220 13 years ago Michael Hudson add some licensing info and a veeery simple readme 809 bytes Diff Download File
site-demo.tac 220 13 years ago Michael Hudson add some licensing info and a veeery simple readme 3.5 KB Diff Download File