Mercurial > hg > Feedworm
view feedupdate.sh @ 158:e8bb107a74e1
all preferences are stored in a single JSON document in the couchdb backend. PreferencesDialog converts QString to a proper Python datatybe before sending it to the backend.
author | dirk |
---|---|
date | Mon, 29 Aug 2011 02:33:51 +0200 |
parents | 5b131f82057d |
children |
line wrap: on
line source
#!/bin/bash DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8" ./feedupdate.py --backend sqlalchemy --dburl ${DB_URL}