Browse Source

Merge pull request #134 from ZhangBohan/patch-1

Before populate we should initdb first
Peter Justin 9 years ago
parent
commit
54d563baca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -39,6 +39,7 @@ For a complete installation guide please visit the installation documentation
 * Configuration (_adjust them accordingly to your needs_)
     * For development copy `flaskbb/configs/development.py.example` to `flaskbb/configs/development.py`
 * Create the database & populate it
+    * `python manage.py initdb`
     * `python manage.py populate`
 * Run the development server
     * `python manage.py runserver`