Online software hosting using python and django [closed]

0

I'm developing a small ERP management software in Python and using the Django framework, so I had to install some requirements. How do I host this system? Is it like a website? What are the differences? What is the best hosting system?

    
asked by anonymous 07.12.2018 / 17:14

1 answer

1

A very simple hosting system is PythonAnywhere . It's really cool because it makes it easier for Python's environment.

However, there are a number of sites that host systems in Python and Django and have great guides on how to deploy and make them available. DigitalOcean has low-cost options but is servers located outside of Brazil. Amazon AWS offers options that can scale as you need and have options in Sao Paulo but the cost can vary much more.

It all depends on your need, if you are starting, I indicate the first example and in time you can migrate to more advanced hosting.

Step by step is a bit long to describe everything here but choosing one of the hosting services and finding Django keywords and hosting it you should find several guides that help you from start to finish.

    
07.12.2018 / 17:24