From af0f5cd430b685ffd8b9e674748ada4c67c313d4 Mon Sep 17 00:00:00 2001 From: andrewaustin Date: Fri, 5 Jul 2013 22:38:38 -0400 Subject: [PATCH] Removed Reference to Django 1.4 Removed a reference to Django 1.4 from the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d44b11..302d06a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Install ======= django-skel currently supports Django 1.5. To create a new django-skel base -project, run the following command (this assumes you have Django 1.4 installed +project, run the following command (this assumes you have Django 1.5 installed already): $ django-admin.py startproject --template=https://github.com/rdegges/django-skel/zipball/master woot