Gour wrote: >>>>>> "Clifford" == CLIFFORD ILKAY <clifford_il...@dinamis.com> writes: > Clifford> To keep it simple, we use PostgreSQL in development, QA, and > Clifford> production and on those projects where we're forced to use > Clifford> MySQL due to client requirements, then MySQL everywhere. > > What about 'syncing' content (if that is the issue)? > > Dump on production, import on development, add new content, dump on > development, import on production?
It's entirely up to you. You could use your database's dump/load facilities, which would be the highest performance. You could dump/load using a Python script and the Django ORM. You could dump using "django-admin.py dumpdata" <http://docs.djangoproject.com/en/dev/ref/django-admin/#dumpdata> and use fixtures to load that data <http://docs.djangoproject.com/en/dev/howto/initial-data/#providing-initial-data-with-fixtures>. Django doesn't impose a particular approach but it gives you some nice tools you can use, if you wish to use them. -- Regards, Clifford Ilkay Dinamis 1419-3266 Yonge St. Toronto, ON Canada M4N 3P6 <http://dinamis.com> +1 416-410-3326
smime.p7s
Description: S/MIME Cryptographic Signature