|
|
@@ -1,4 +1,4 @@
|
|
|
-# Deploy Django Application ( Non Dockerize )
|
|
|
+# Deploy Django Application (Non-Dockerize)
|
|
|
|
|
|
To deploy your Django Application in Porter. You need to tweak something on your Django Application.
|
|
|
|
|
|
@@ -74,15 +74,15 @@ To deploy your Django Application in Porter. You need to tweak something on your
|
|
|

|
|
|
|
|
|
6. Then in Destination, just leave it default.
|
|
|
-7. In Additional settings, especify container port that you use in gunicorn in Procfile ( ex. 8989).
|
|
|
- You can configure your own domain, click Configure Custom Domain then put your desire domain name (im using default porter domain)
|
|
|
+7. In Additional settings, specify the container port that you use in gunicorn in Procfile ( ex. 8989).
|
|
|
+ You can configure your domain, click Configure Custom Domain then put your desire domain name (im using the default porter domain)
|
|
|
|
|
|

|
|
|
|
|
|
-8. In Environtment. Put DJANGO_ALLOWED_HOSTS that we especify on django settings. Then inpute your domain that you put in Configure Custom Domain.
|
|
|
+8. In Environment. Put DJANGO_ALLOWED_HOSTS that we specify on django settings. Then input your domain that you put in Configure Custom Domain.
|
|
|
|
|
|

|
|
|
|
|
|
-9. Click Deploy then wait buildpack to finish and push to porter. (You can see it on your repository under Action tab )
|
|
|
+9. Click Deploy then wait for buildpack to finish and push to porter. (You can see it on your repository under the Action tab )
|
|
|
|
|
|

|