From 84c5996893f8d6a81bc7da3c12e5cd920e31c860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 27 Feb 2012 10:14:32 +0100 Subject: [PATCH] Install both applications --- settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.py b/settings.py index e02caaba1..c6b7a33e3 100644 --- a/settings.py +++ b/settings.py @@ -117,6 +117,8 @@ INSTALLED_APPS = ( 'django.contrib.staticfiles', 'django.contrib.admin', 'django.contrib.admindocs', + 'trans', + 'lang', ) # A sample logging configuration. The only tangible logging