Browse Source

syncdc simplification

Fabs 11 years ago
parent
commit
d3d5aaf1b6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -51,8 +51,7 @@ settings:
 
 To sync database, the first time run :
 
-python manage.py syncdb
-python manage.py migrate
+python manage.py syncdb --migrate
 
 Then at each code update :