From: Jordan Augé <jordan.auge@lip6.fr>
Date: Wed, 3 Jul 2013 09:15:37 +0000 (+0200)
Subject: commented django, updated README with dependencies requirements
X-Git-Tag: myslice-0.2-1~108
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b8a2aa21a0a84e867191f5d798bf68b4353bd7b5;p=unfold.git

commented django, updated README with dependencies requirements
---

diff --git a/README b/README
index 3859fa3a..3d436f5d 100644
--- a/README
+++ b/README
@@ -33,6 +33,9 @@ when you just need to hit ^C yourself when your static files need to be refreshe
 * use it from your browser 
 (See more notes on using the development server below)
 
+* install dependencies
+$ pip install -r path/to/requirements/file.txt
+
 ==================== Status
 
 *** Authentication ***
diff --git a/requirements/common.txt b/requirements/common.txt
index 4504f2fc..6145269b 100644
--- a/requirements/common.txt
+++ b/requirements/common.txt
@@ -1,4 +1,4 @@
 # requirements/common.txt
-Django==1.4
+#Django==1.4
 django-registration==1.0
 Sphinx==1.1.3