Explorar o código

Update README.rst

Denis K. %!s(int64=9) %!d(string=hai) anos
pai
achega
514294534d
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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: