On Fri, Mar 16, 2012 at 12:06 PM, jc <jeffnotc...@gmail.com> 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 django-users@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.