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-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

Hi Chris, 

To be clear I understand, do I create a Django project and create separate 
Django apps for each different application I want to build?

That way, I create a main website page (Django in the back), and have everyone 
click through to the application needed.  

Would I look into using vagrant and virtualbox to create an environment that 
would then be loaded onto my linux (home development) server and my windows 
(office) production server to ensure they are the same?  

Thanks for the help,

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

Reply via email to