Commit 0f1b0bf8 authored by Ayn Collado's avatar Ayn Collado

Added froyo and selenium to INSTALLED_APPS in settings

parent d80d5b5e
......@@ -37,6 +37,8 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'selenium',
'froyo',
]
MIDDLEWARE = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment