annotate .hgignore @ 27:a5e8741452a3

Add path to Django in WSGI file. Use Django's simplesjon module as it will either import the Python system one if it exists, or use the one provided with Django as a fallback. This is needed for the production server, which is running Python 2.5.
author Brian Neal <bgneal@gmail.com>
date Tue, 01 Nov 2011 20:15:21 -0500
parents 134fbfc4acf6
children c32897e111dc
rev   line source
bgneal@0 1 syntax: glob
bgneal@1 2 *.log
bgneal@1 3 *.pyc
bgneal@0 4 *.swp
bgneal@1 5 secrets.json