From 413c1a46716eba47b7804f89bf4999737262e2f7 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Fri, 17 Jul 2015 11:37:05 -0300 Subject: [PATCH] Update project example README. --- example_project/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/example_project/README.md b/example_project/README.md index 71358dc..d46770c 100644 --- a/example_project/README.md +++ b/example_project/README.md @@ -23,6 +23,7 @@ Run your provider. ```bash $ python manage.py migrate +$ python manage.py creatersakey $ python manage.py runserver ```