summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2012-05-21 09:19:48 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2012-05-21 09:19:48 +0200
commit9522f2d6cc19f5ddd6558da84c48dfeb910c7fa0 (patch)
treec689fba31f556d8bca2cb4bc67bdba53040ba997
parentcbb1998a160b51caacc8d63d433c126e0fbc5b7e (diff)
downloadkittystore-9522f2d6cc19f5ddd6558da84c48dfeb910c7fa0.tar.gz
kittystore-9522f2d6cc19f5ddd6558da84c48dfeb910c7fa0.tar.xz
kittystore-9522f2d6cc19f5ddd6558da84c48dfeb910c7fa0.zip
Add some documentation on how to do the upload
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 210f298..52fb315 100644
--- a/README.rst
+++ b/README.rst
@@ -37,3 +37,6 @@ Load the database:
(this might be memory intensive, so you may want to do 2 or 3 years per run and split
the runs)
+Alternatively, to load the data you may want to do something like:
+ for i in lists/devel-*; do python to_sqldb.py $i; done;
+