Online software hosting using python and Django

Asked

Viewed 121 times

-1

I am 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?

1 answer

0


A very simple hosting system is the Pythonanywhere. It is very cool because it already facilitates all Python environment.

But there are several sites that host systems in Python and Django and have great guides on how to deploy and make them available. The Digitalocean has low cost options but are servers located outside Brazil. A Amazon AWS offers options that can scale according to your needs and have options in São Paulo but the cost may vary a lot more.

Everything depends on your need, if you are starting, I indicate the first example and over time you can migrate to more advanced accommodations.

The step-by-step is a bit long to describe all here but choosing one of Django’s hosting services and searching for Django’s keywords and hosting in it you should find several guides that help you from start to finish.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.