Browse Source

Documentation on how to import data

Baptiste Jonglez 11 years ago
parent
commit
ddafccfd43
1 changed files with 6 additions and 2 deletions
  1. 6 2
      README.md

+ 6 - 2
README.md

@@ -52,11 +52,15 @@ settings:
 
 To sync database, the first time run :
 
-python manage.py syncdb --migrate
+  python manage.py syncdb --migrate
+
+You probably want to import some base data to play with:
+
+  python manage.py loaddata offers ip_pool
 
 Then at each code update :
 
-python manage.py migrate
+  python manage.py migrate
 
 
 More information