From b8a2aa21a0a84e867191f5d798bf68b4353bd7b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jordan=20Aug=C3=A9?= Date: Wed, 3 Jul 2013 11:15:37 +0200 Subject: [PATCH] commented django, updated README with dependencies requirements --- README | 3 +++ requirements/common.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.43.0