Category index for “deploy”
Remote url for localhost server
There is a nice tool called ngrok. It allows to bind the URL for your localhost server!
Django project: from beginning to working server
In this post i’ll describe my experience of deploying django project to VPS-hosting.
Steps of deploying and server setup:
- Creation of django project
- Deploy setup
- Server setup
- Deploy