Tarmo
My feedback
1 result found
-
307 votes
We have an article with an instruction how to set up django on Plesk server https://www.plesk.com/blog/product-technology/plesk-and-django
So, now we would like to get a feedback what is the most critical things you need to manage with Plesk regarding django.An error occurred while saving the comment Tarmo supported this idea ·
To anyone still waiting on this feature.
When I started learning Django, my first thought was that Plesk should support it like it does for Node.js or WordPress. Now currently I'm using Docker container for launching Django projects. In practice the Django project would be much better serviced in docker container, for monitoring, development and version management. Also for different version Python/Django, this keeps things stable from server specific installed versions etc. I also use different framework for frontend, so anyway using two or more docker containers for one project is now common.
TL;DR: Invest time in learning how to setup a docker container with Django. Using any AI can help you setup with github docker build for Django specific easily.
Good Luck!