log

age author description
2012-04-14 Brian Neal For Django 1.4, remove deprecated admin_media_prefix templatetag.
2012-04-14 Brian Neal For Django 1.4, enable clickjacking protection middleware.
2012-04-14 Brian Neal For Django 1.4, django.conf.urls.defaults is deprecated.
2012-04-14 Brian Neal For Django 1.4, add the require_debug_false filter to the logging config.
2012-04-14 Brian Neal For Django 1.4, got rid of verify_exists on URLFields.
2012-04-14 Brian Neal For Django 1.4, remove ADMIN_MEDIA_PREFIX setting.
2012-04-13 Brian Neal Use the safe filter on the email message text.
2012-04-12 Brian Neal Articles page now displays an index with links to all articles.
2012-04-12 Brian Neal Delete stray </div> in home page template.
2012-04-12 Brian Neal Changes to put the new site in production in a virtualenv.
2012-04-11 Brian Neal Creating a fabfile.py for fabric.
2012-04-11 Brian Neal Added management command to import old band model objects.
2012-04-07 Brian Neal Cleaning up the band app's views.
2012-04-07 Brian Neal In the middle of revamping the band application. Moved the base and home
2012-03-31 Brian Neal For issue #9, remove admin customization.
2012-03-31 Brian Neal Add the ability for the admin to send mass email to the mailing list.
2012-03-30 Brian Neal For issue #7, another commit for a mailing list application.
2012-03-29 Brian Neal For issue #7, create a mailing list application.
2012-03-24 Brian Neal For issue #6, create a videos application.
2012-03-24 Brian Neal Add paragraph tags to the "no downloads" message.
2012-03-24 Brian Neal For issue #5, create an mp3 application.
2012-03-21 Brian Neal For issue #4, create an articles application and import old data.
2012-03-16 Brian Neal Remove a debugging print statement that was left in accidentally.
2012-03-16 Brian Neal For issue #3, created a separate news app.
2012-03-12 Brian Neal For ticket #1, create a separate gigs application.
2012-03-11 Brian Neal Getting rid of the SiteConfig model.
2012-02-16 Brian Neal Remove unused imports.
2012-02-15 Brian Neal Rename the mysite directory to madeira.
2012-02-15 Brian Neal Get rid of the project name 'mysite' from the source.
2012-02-15 Brian Neal Made the database name part of SECRETS.