Python Forum

Full Version: Site pubblication
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello I have made, development, a webApp called PalestraGes which contains the various folders. Now I need to move it to production.
The provider told me to create a subdomain and upload everything there.
I created the subdomain and copied all the files and folders.
I also accessed the command line, and tried installing django via this command and everything seems to have gone well
Now I would like to install the virtual environment. I specify that I copied the folder venv should I still create the environment or is it already there ?
Thanks
(Sep-05-2024, 09:50 PM)Larz60+ Wrote: [ -> ]see: python packaging

Thanks for the link but I would prefer to do the installation for production use without having to download other packages
Is this possible ?
Do you have any links to recommend ?
(Sep-05-2024, 04:06 PM)Gae Wrote: [ -> ]Hello I have made, development, a webApp called PalestraGes which contains the various folders. Now I need to move it to production.
The provider told me to create a subdomain and upload everything there.
I created the subdomain and copied all the files and folders.
I also accessed the command line, and tried installing django via this command and everything seems to have gone well
Now I would like to install the virtual environment. I specify that I copied the folder venv should I still create the environment or is it already there ?
Thanks

Do you know if anyone has installed a python webApp on a linux subdomain and plesk interface ?
Thanks
There are applications that interface with plesk, you will have to examine each one to see if any do what you need as I have used none of them,
See here.