Ver código fonte

Update README.rst

Denis K. 9 anos atrás
pai
commit
514294534d
1 arquivos alterados com 3 adições e 1 exclusões
  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: