DEV Community

Discussion on: Why and why not to use Linux?

Collapse
 
developerbishwas profile image
Bishwas Bhandari

Also, I don't think you need to install apache specifically to run django. Just write codes on django, and do python manage.py runserver

Thread Thread
 
lexiebkm profile image
Alexander B.K.

I know that python-Django has that command for running its own web server. But, because I have already had Apache which is regularly used for running PHP code, I wanted to use Apache for serving python + Django too.

Thread Thread
 
developerbishwas profile image
Bishwas Bhandari

Ohh, you wanna host it with Apache on your VPS or what?

Thread Thread
 
lexiebkm profile image
Alexander B.K.

Not on VPS, but on my local computer for the purpose of learning Python + Django. But it is not my priority now, because I have a new interest in using Go aka Golang as the backend language. Node.Js, Java (with Spring or JEE) are still in my list too. C# and .Net, although very powerful, are massive tech that I don't have time to learn.