creating multiple python Django projects in Windows environment

Chris Angelico rosuav at gmail.com
Sat Mar 19 03:16:40 EDT 2016


On Sat, Mar 19, 2016 at 6:04 AM, jogaserbia <ivanjankovic at live.ca> wrote:
> 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.
>

You basically have two choices:

1) Run the Python app on some central server, and have your staff
access it using something they already have (eg a web server)

2) Have them all install Python and run it locally.

Your call. :)

ChrisA



More information about the Python-list mailing list