Nick Mellor
unread,Jun 5, 2012, 11:19:00 PM6/5/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Satchmo users
Hi all,
I've run clonesatchmo.py without problems using sqlite3, then changed
the database to PostgreSQL, which I intend to use for DEV and
production.
python manage.py syncdb worked great and the store works first-off,
this time using PostgreSQL.
But syncdb doesn't copy over the 5000-odd bits of data using for
internationalisation and other stuff.
Sorry if this is a silly question, but can I run clonesatchmo.py and
get it to populate a PostgreSQL database instead of SQLite? I'm still
a bit new to Python/PostgreSQL and a look at the source code for
clonesatchmo.py didn't immediately suggest a solution.
Best wishes,
Nick