瀏覽代碼

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: