comparison bns_website/settings/base.py @ 14:2de51cc51d3a

My first stab at the news app. The template is a little dull, but it's a start.
author Bob Mourlam <bob.mourlam@gmail.com>
date Sun, 30 Oct 2011 21:33:45 -0500
parents 48ff23eab86a
children 71f2beb03789
comparison
equal deleted inserted replaced
13:40d86ae48db1 14:2de51cc51d3a
133 'django.contrib.staticfiles', 133 'django.contrib.staticfiles',
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 ] 139 ]
139 140
140 # A sample logging configuration. The only tangible logging 141 # A sample logging configuration. The only tangible logging
141 # performed by this configuration is to send an email to 142 # performed by this configuration is to send an email to
142 # the site admins on every HTTP 500 error. 143 # the site admins on every HTTP 500 error.