Mercurial > public > bravenewsurf
comparison bns_website/settings/base.py @ 6:48ff23eab86a
Enabled the admin. Created a "bands" app with a band model.
Created a generic view to display the bands.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 29 Oct 2011 17:11:58 -0500 |
parents | 71f2941161e9 |
children | 2de51cc51d3a |
comparison
equal
deleted
inserted
replaced
5:04991ccaf30c | 6:48ff23eab86a |
---|---|
132 'django.contrib.messages', | 132 'django.contrib.messages', |
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 ] | 138 ] |
138 | 139 |
139 # A sample logging configuration. The only tangible logging | 140 # A sample logging configuration. The only tangible logging |
140 # performed by this configuration is to send an email to | 141 # performed by this configuration is to send an email to |
141 # the site admins on every HTTP 500 error. | 142 # the site admins on every HTTP 500 error. |