From d3b65e168a3a60d65b373c213b2f2e4a86ed5153 Mon Sep 17 00:00:00 2001 From: "Leonardo J. Caballero G" <leonardocaballero@gmail.com> Date: Mon, 4 Jun 2012 12:30:25 -0430 Subject: [PATCH] Updated the way to use django by shell command --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6660735..407006b 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ A Djanfo hello world example Followed by:: - $ bin/django syncdb + $ python manage.py syncdb At which point you should see:: @@ -38,7 +38,7 @@ Followed by a prompt for your username and new password:: After which you can run:: - $ bin/django runserver + $ python manage.py runserver And open the following URL in your web browser: -- GitLab