浏览代码

Update README.rst

Denis K. 9 年之前
父节点
当前提交
514294534d
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      README.rst

+ 3 - 1
README.rst

@@ -86,11 +86,13 @@ Installation
             ...
         )
 
-* Apply migrations:
+* Create database tables:
 
     .. code:: python
     
         python manage.py migrate jet
+        # or 
+        python manage.py syncdb
         
 * Collect static if you are in production environment: