creating multiple python Django projects in Windows environment

Ivan Jankovic ivanjankovic at live.ca
Fri Mar 18 20:06:46 EDT 2016


Hi Reto.

I understand that i need to run Django on a server.  I have deployed projects to AWS (ubuntu) in the past.

My main question is around how to tie it into the windows environment.

Ivan

On Mar 18, 2016 7:40 PM, Reto Brunner <brunnre8 at gmail.com> wrote:

Well you can just put it on a proper server. In the end that's what django is for yes?
In case that isn't an option and you don't want to install python there's docker,  but then you would need to install that...

On Fri, Mar 18, 2016, 20:05 jogaserbia <ivanjankovic at live.ca<mailto:ivanjankovic at live.ca>> wrote:
Hello,

At work, I have a windows environment.

I have created applications on my linux ubuntu machine at home that I would like to use for work purposes.

For example, I have:

- a Django project that takes inputs from users and creates pdfs
- a Django project that tracks various company related information
- a python project that parses word documents and returns clean excel documents (the documents to be parsed would be on the local machine)
- a python project that uses scikit learn to make decisions which customers should get which marketing campaigns

What I would like to know is how I should create an environment (vagrant, virtualbox running linux on an existing Windows machine in my network?) and connect it to my windows environment so that staff can assess these applications.

I would prefer not to have to install python on everyone's computer who might need to use the programs so as not to have to maintain each workstation.

Can someone please give me ideas on what I should read about (or pay someone to do) that would enable me to create a basis on which multiple Python (web and non-web) applications can be access by staff in a windows environment.

Thank you, and sorry if the question is a bit convoluted, I am trying to get my head around how to create a basis from which to create company wide access to applications.

Ivan
--
https://mail.python.org/mailman/listinfo/python-list


More information about the Python-list mailing list