From b622269f60dd29ebf7ddd21fb59bdd6a3bd5738c Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Sat, 25 Jun 2016 12:58:23 +0200 Subject: [PATCH] Update the documentation to use manage.py --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e578bb0..4f12d1f 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ export SQLALCHEMY_DATABASE_URI=sqlite:///path/to/dev.db And finally run the server with debug enabled: ``` -python run.py +python manage.py runserver ``` Philosophy @@ -79,5 +79,3 @@ Docker best practices and be as generic as possible : fit as base images for other projects, - interesting settings should be available as environment variables - base images should be well-trusted (officiel Alpine or Debian for instance). - -