Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COThanks, Yaroslav, this worked. We need different libraries per site. One extra remark though; this doesn't work out-of-the-box. It seems Django uses PIP to install the modules listed in requirements.txt. The ApplicationPoolIdentity used by IIS doesn't have rights to execute PIP by default. We had to give it rights on the C:\Python27 folder to fix this. To assign rights for the ApplicationPoolIdentity account, see http://serverfault.com/questions/81165/how-to-assign-permissions-to-applicationpoolidentity-account
      singulars
    2. COCan you please explain a little bit further? There could be insufficient write permissions to the \python_modules\ folder under web site, i.e. c:\intepub\website\python_modules\ but we don't suppose install any modules under C:\Python27... Please check Django article again, there is a note not to install modules globally and deploy.py script example already contain appropriate command. It should work out of the box. If it doesn't, then we have to fix it.
      singulars
    3. COSorry, but we no longer have the log files from that situation. There were two errors in the deploy log about insufficient rights to run PIP. One was somewhere under the Python27 directory (but I can't tell you which folder specifically), the other error I could still find: "WindowsError: [Error 5] Access is denied: 'C:\\Windows\\system32\\config\\systemprofile\\AppData\\Roaming\\pip'". This second error seems to have no effect on running the site. Is PIP installed globally? Because if it is, I can imagine that the Anonymous Internet user doesn't have enough rights to run it.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload