comparison bns_website/settings/base.py @ 3:71f2941161e9

Created a generic view (for now) to display a home page. Wrote a test for the home page. Created a test settings file that uses sqlite. Created simple 404, 500, base, and home page templates.
author Brian Neal <bgneal@gmail.com>
date Fri, 28 Oct 2011 20:32:29 -0500
parents 920ba6593732
children 48ff23eab86a
comparison
equal deleted inserted replaced
2:920ba6593732 3:71f2941161e9
131 'django.contrib.sites', 131 'django.contrib.sites',
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 ] 137 ]
137 138
138 # A sample logging configuration. The only tangible logging 139 # A sample logging configuration. The only tangible logging
139 # performed by this configuration is to send an email to 140 # performed by this configuration is to send an email to
140 # the site admins on every HTTP 500 error. 141 # the site admins on every HTTP 500 error.