Просмотр исходного кода

Merge pull request #134 from ZhangBohan/patch-1

Before populate we should initdb first
Peter Justin 9 лет назад
Родитель
Сommit
54d563baca
1 измененных файлов с 1 добавлено и 0 удалено
  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`