diff --git a/dss/settings.py b/dss/settings.py
index 4941a8c..ed57efb 100755
--- a/dss/settings.py
+++ b/dss/settings.py
@@ -193,6 +193,12 @@ LOGGING = logsettings.LOGGING
FACEBOOK_APP_ID = '154504534677009'
FACEBOOK_APP_SECRET = localsettings.FACEBOOK_APP_SECRET
+BROKER_HOST = localsettings.BROKER_HOST
+BROKER_PORT = localsettings.BROKER_PORT
+BROKER_VHOST = localsettings.BROKER_VHOST
+BROKER_USER = localsettings.BROKER_USER
+BROKER_PASSWORD = localsettings.BROKER_PASSWORD
+
djcelery.setup_loader()
SOCIALACCOUNT_AVATAR_SUPPORT = True
diff --git a/requirements.txt b/requirements.txt
index 8a47110..abc7b42 100755
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,6 +10,7 @@ django-gravatar2>=1.0.6
django-socialauth>=0.1.2c
django-tastypie>=0.9.11
python-memcached
+redis
git+git://github.com/jezdez/django-avatar.git#egg=django-avatar
git+git://github.com/pinax/django-notification.git#egg=django-notification
git+git://github.com/PaulUithol/backbone-tastypie.git#egg=backbone-tastypie
diff --git a/spa/views.py b/spa/views.py
index 60b4401..91e5831 100755
--- a/spa/views.py
+++ b/spa/views.py
@@ -36,11 +36,11 @@ def app(request):
Hello
- Firefox user.
+ Firefox user.
if you are having any problems with the site, please do a
- full refresh (CTRL-F5)
+ full refresh (CTRL-F5)
if you're still having problems, please clear your cache (CTRL-SHIFT-DEL).
"""