Environment
OS: Windows 10 Enterprise Evaluation (VM)
Build: 17763.rs5_release.180914-1434
Replicate
- Follow exactly as the README instructs.
- Navigate to the admin portal of your newly deployed Django app.
- You will notice some CSS and images not loading properly.
Possible Solution
I couldn't get static file configuration in settings.py to be respected by IIS, however, I was able to get IIS to serve static files directly via its own configuration.
- After following Step 8 of the README, click on the newly created "static" directory on the left column.
- Then double click the Handler Mappings icon.
- Then click on the "View Ordered List..." on the right column.
- Then click on "StaticFile" which is given least priority, and bump it up via "Move Up" on the right-column until it is top priority.
- Now navigate to your Django app and static files should be served properly.
Environment
OS: Windows 10 Enterprise Evaluation (VM)
Build: 17763.rs5_release.180914-1434
Replicate
Possible Solution
I couldn't get static file configuration in settings.py to be respected by IIS, however, I was able to get IIS to serve static files directly via its own configuration.