Tuesday, August 25, 2015

Re: Django Live Site to Localhost (Testing)

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, <bhanu@diamondyarn.com> wrote:
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 all requirements (Python 2.7, Pip, Mysql, Django), and able to create a new project and run the server. How do I configure and run the downloaded site now?  

Your help is highly Appreciated.

Thanks,
Bhanu.

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8ec6f13f-53fb-49e0-b7c2-98be447e7960%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACczBUJm1%3DMfoAzxG2Fnwk8KOz2RaAZ1novkERmimOo3bAE%2BBg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment