Browse Source

Update README.rst

Denis K. 9 years ago
parent
commit
514294534d
1 changed files with 3 additions and 1 deletions
  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: