Hey all,

    Im fairly new to django and iv got a quick question on what the 
proper way to set up a django web application is when in a cross 
platform deployment environment (such as setting up paths, ect). Im 
currently using the Apache wsgi -> django connector on both 
environments. Im thinking that one way i could do this would be to have 
two separate wsgi files load the proper paths and just tell apache to 
use the wsgi file for that particular platform (still leaves and issue 
with the settings.py file however).

    I'm sure that other people have come across this issue and im 
curious on what the proper way to set up django for cross platform use 
is (without having to keep multiple platform specific files that need to 
be swapped in and out).

Ben

   

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to