Re: Django Live Site to Localhost (Testing)

2015-08-25 Thread Gergely Polonkai
If this is a Django-only thing, you can use manage.py to dump and load your data, without the SQL dump. The code, I guess, is available from somewhere, e.g. in a VCS so you just have to clone/checkout. On 20 Aug 2015 16:40, wrote: > We have a completely developed Django

Re: Django Live Site to Localhost (Testing)

2015-08-25 Thread Bhadreshsinh Gohil
Dear Bhanu Put your download sites in your config folder(web directory) and restore your database. *Thanks And Regards* Bhadreshsinh Gohil Asst. Prof. GTU PG School, Mo. No. +91 7600 95 94 93

Django Live Site to Localhost (Testing)

2015-08-20 Thread bhanu
We have a completely developed Django Site running on live, But it never had a testing environment. Now, I downloaded all the files of Website and download a mysql dump file. I want to run this on my local machine windows (Just to push my changes here to test before going live). I installed