From b0e3e6a91171a07c05a8a80269ba4ac29a266ae8 Mon Sep 17 00:00:00 2001 From: Khanh Ngo Date: Sun, 13 Dec 2015 18:10:10 +0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cc23204..59bf6d8 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,9 @@ Web application configuration is stored in `config.py` file. Let's clone it from ``` Create database after having proper configs +``` (flask)% ./createdb.py +``` Manually add some data into our `powerdnsadmin` database ```