log

age author description
2011-10-30 Brian Neal For issue #4, add support for the Django Debug Toolbar if in debug mode.
2011-10-30 Brian Neal Added tests for the just added generic views.
2011-10-30 Brian Neal Added generic views for music, videos, and the buy page with placeholder text.
2011-10-30 Brian Neal Saving initial band data as a fixture.
2011-10-29 Brian Neal Tweaking some of the text in the navigation bar.
2011-10-29 Brian Neal Enabled the admin. Created a "bands" app with a band model.
2011-10-29 Brian Neal Prototyped home page. Used fancybox effect on cover art.
2011-10-29 Brian Neal Created a template tag for displaying a Bootstrap CSS toolbar.
2011-10-29 Brian Neal Created a generic view (for now) to display a home page.
2011-10-28 Brian Neal Normalize the paths in the settings.
2011-10-28 Brian Neal Restructured settings as a directory to allow for different settings files. E.g.
2011-10-25 Brian Neal Initial commit after running 'django-admin.py startproject'.