comparison bns_website/settings/base.py @ 16:71f2beb03789

First stab at the review app.
author Chris Ridgway <ckridgway@gmail.com>
date Sun, 30 Oct 2011 23:07:05 -0500
parents 2de51cc51d3a
children 6f68f6800843
comparison
equal deleted inserted replaced
15:6b664ec90f2f 16:71f2beb03789
134 'django.contrib.admin', 134 'django.contrib.admin',
135 'django.contrib.admindocs', 135 'django.contrib.admindocs',
136 'core', 136 'core',
137 'bands', 137 'bands',
138 'news', 138 'news',
139 'reviews',
139 ] 140 ]
140 141
141 # A sample logging configuration. The only tangible logging 142 # A sample logging configuration. The only tangible logging
142 # performed by this configuration is to send an email to 143 # performed by this configuration is to send an email to
143 # the site admins on every HTTP 500 error. 144 # the site admins on every HTTP 500 error.