Re: exporting apps and db from windows to ubuntu.

2008-08-25 Thread John M
from the command line / console / whatever... ./manage.py dumpdata http://www.djangoproject.com/documentation/django-admin/#dumpdata-appname-appname On Aug 25, 3:25 pm, KillaBee <[EMAIL PROTECTED]> wrote: > ok it is dumpdata and loaddata, but where does it go?  I searched for > *.json but noth

Re: exporting apps and db from windows to ubuntu.

2008-08-25 Thread KillaBee
ok it is dumpdata and loaddata, but where does it go? I searched for *.json but nothing came up. and there are alot of fixtures. On Aug 25, 4:05 pm, KillaBee wrote: > I am moving a app and db from a windows server to a Ubuntu server.  Is > there a easy way to export the data from the windows ser

exporting apps and db from windows to ubuntu.

2008-08-25 Thread KillaBee
I am moving a app and db from a windows server to a Ubuntu server. Is there a easy way to export the data from the windows server and import it into the Ubuntu server. I don't think that I can copy and paste, then change the URLS.py file. I looked for the files but the files I did see looks di