Re: Moving django app(nginx server) from iMac to Linux environment

2016-05-20 Thread Fred Stluka
Dhruv, Should be no changes required.  I develop on Mac and just copy my Django files (*.py, *.html, etc.) to my Linux server when I deploy. You said you already have the same Django/gunicorn/nginx installed on both machines, right?  And you did a

Moving django app(nginx server) from iMac to Linux environment

2016-05-20 Thread Dhruv Jain
We have a basic Django(1.4.5) application setup on a linux machine which runs via gunicorn. We have another application which is the main application which we plan to deploy on the linux machine mentioned above, currently runs on an iMac Django/gunicorn/nginx server with Mysql. We have