Re: creating multiple python Django projects in Windows environment

2016-03-21 Thread ivan77
> > Hmm, that depends how you want to structure things. If the different > applications are conceptually different, you can keep them completely > separate by making them separate Django projects; that would give you > the flexibility to put them onto independent URLs, post the source > code to o

Re: creating multiple python Django projects in Windows environment

2016-03-21 Thread Chris Angelico
On Tue, Mar 22, 2016 at 8:02 AM, jogaserbia wrote: > On Saturday, March 19, 2016 at 3:16:53 AM UTC-4, Chris Angelico wrote: >> On Sat, Mar 19, 2016 at 6:04 AM, jogaserbia wrote: >> > Can someone please give me ideas on what I should read about (or pay >> > someone to do) that would enable me to c

Re: creating multiple python Django projects in Windows environment

2016-03-21 Thread jogaserbia
On Saturday, March 19, 2016 at 3:16:53 AM UTC-4, Chris Angelico wrote: > On Sat, Mar 19, 2016 at 6:04 AM, jogaserbia 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-

Re: creating multiple python Django projects in Windows environment

2016-03-19 Thread Reto Brunner
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 wrote: > Hello, > > At work, I have a window

Re: creating multiple python Django projects in Windows environment

2016-03-19 Thread Chris Angelico
On Sat, Mar 19, 2016 at 6:04 AM, jogaserbia 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 basi

Re: creating multiple python Django projects in Windows environment

2016-03-19 Thread Ivan Jankovic
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 wrote: Well you can just put it on a proper server. In the end

Re: creating multiple python Django projects in Windows environment

2016-03-19 Thread Reto Brunner
Hi Ivan, The idea is basically that you provide a web frontend on a server (internet or intranet) which provides just a web interface that enables eg the upload of an excel sheet. On the server the data gets processed (in this example makes the "clean" excel) and then allows the user to download