On Fri, Mar 16, 2012 at 12:06 PM, jc <[email protected]> wrote:
> We have a number of z/linux (z/vm s390) Linux servers and would like
> to consider porting this application to one of the instances.  Will it
> run on z?

For Django to run on a platform, you need the following things:

1. The ability to install and run Python.
2. The ability to install and use a database (and Python adapter
module) Django supports.
3. The ability to install and run a web server plus some sort of
gateway/WSGI module to let it talk to Python applications.

So if you can do those things, you can run Django.

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

Reply via email to