you can try using some kind of mysql export/import or django's manage.py dumpdata/loaddata and see of anything breaks
On Sun, Jun 9, 2013 at 2:03 PM, <[email protected]> wrote: > Hi, sysadmin here, > I am left with a django installation on a windows 2003 server that needs > to be demoted. The installation is django (1, 2, 1, 'final', 0) on python > 2.6.4 and a MySQL 5.1.46-community version. The platform is holding two > custom/proprietary apps/projects. I would either worst-case-like to migrate > everything "as is" on a virtualized 2003 server, OR would much more > appreciate to install the latest django 1.5.1 with python/mysql - becauce > then I can install additional modules for performance monitoring and > auditing, which are now not supported on the current django version - and > then migrate the data. In the latest scenario though there are many > dependencies I don't grasp - files under the project folders, data on > MySQL, configs all around the place depending on each other, etc. > Is there any TOOL or at least DOCUMENT that supports me through this > migration? I can't seem to find any on django-project-site. > Thanks in advance for any help/hint! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

