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 pip freeze
on one and a pip install -r on the other?

Nothing left to do.

--Fred
Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/
Bristle Software, Inc -- http://bristle.com -- Glad to be of service!
Open Source: Without walls and fences, we need no Windows or Gates.
On 5/20/16 4:14 PM, Dhruv Jain wrote:

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 Django/gunicorn/nginx installed on linux machine and have also installed all dependencies which we got using pip freeze on the iMac. 


Now we basically need to transfer the application currently hosted on the iMac to this linux machine and make it run in the linux environment. 


Can anybody help me figure out what all changes I need to make in the django code to make it run on linux environment(mysql settings,etc?)


Thank you!

--
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ab49ac8d-d173-4285-a5ed-5fc66b6fadee%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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1e1be827-3ebc-a57f-e9b7-33a9c7a72bd2%40bristle.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to