Re: Deploy Django website internally within company network

2021-04-06 Thread Derek
Our IT dept. will typically set up a virtual machine, with you as admin, into which you can install your own software. Provided it will not be visible outside the company's firewall, this is usually not an issue for them. On Thursday, 1 April 2021 at 15:14:13 UTC+2 Ryan Nowakowski wrote: > I t

Re: Deploy Django website internally within company network

2021-04-01 Thread Ryan Nowakowski
I typically develop the website and also handle deployment. I've done this in a couple of ways. I get the IT department to give me a virtual machine or an AWS account so I can spin up my own EC2 instance. Then I get them to assign a DNS name to the server. On March 31, 2021 6:11:11 PM CDT, tri

Deploy Django website internally within company network

2021-03-31 Thread tristant
So I am trying to propose building an internal website site at work with Django. But I have no idea what is needed from an IT perspective. I know how to deploy one on the internet through Heroku or such. But what are the steps/resource requirements if I was to deploy within an intranet? The IT