From 58e402a077c710c04934e3a7ddc25883427d1f64 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 8 May 2014 19:44:58 -0400 Subject: added birding app, fixed a few python-related bugs throughout the code base. --- config/settings/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/settings/settings.py') diff --git a/config/settings/settings.py b/config/settings/settings.py index a205776..82d31e6 100644 --- a/config/settings/settings.py +++ b/config/settings/settings.py @@ -155,12 +155,12 @@ INSTALLED_APPS = ( 'blog', 'photos', 'taggit', + 'typogrify', 'links', 'pagination', 'templatetags', 'projects', 'guide', 'pages', - 'books', - 'stuff', + 'birds', ) -- cgit v1.2.3