How to configure an application in kinghost - Django [pending]

0

I'm trying to upload a site to the kinghost provider, the site was not developed by me and was done in python 2.7, however after putting the backup content in the folder that appears in the tutorial of the kinghost site, it seems that I have to configure something to start the application. I did not understand where I would have to run this command line, and if only this command line should be executed taking into account that the files of the site I am uploading were in another hosting provider.

Kinghost tutorial below: Placing application content in FTP Access FTP and navigate to the application directory: apps_wsgi / application-name / application-name. Within this folder the content of the application must be inserted (contents with the extension .py - Python). The application configuration file is theapps_wsgi / application-name / application-name.wsgi. In it you can configure the application's eggs and modules.

Launch the application Access your FTP via SSH and run the following command (you must be inside the application folder):

touch application-name.wsgi

link

    
asked by anonymous 26.11.2018 / 02:33

0 answers