summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2011-03-19 20:47:39 +0200
committerYuval Adam <yuv.adm@gmail.com>2011-03-19 20:47:39 +0200
commit509cff11cd94a7ac6752e44e20a3677a979a7d72 (patch)
tree81f8881d04535a3cff1fd503c65894b4e5126113
parent300e1bd1cb12a0345ff44f2d4c58ad589f723a53 (diff)
added fb app - temoporarily with a soft link
l---------demo/fb1
-rw-r--r--demo/settings.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/demo/fb b/demo/fb
new file mode 120000
index 0000000..a3faf56
--- /dev/null
+++ b/demo/fb
@@ -0,0 +1 @@
+../fb \ No newline at end of file
diff --git a/demo/settings.py b/demo/settings.py
index 9b1e848..4a3d798 100644
--- a/demo/settings.py
+++ b/demo/settings.py
@@ -93,5 +93,5 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.admin',
'django.contrib.admindocs',
-
+ 'fb',
)