python - VS2017 Django Web Project build fails without bin folder -


i have created django web project in visual studio 2017 , have tried serving static files directory defined in staticfiles_dirs in settings.py.

settings.py:

staticfiles_dirs = (     os.path.join(         base_dir,         'static',     ), ) 

once had in settings.py project didn't build anymore. after quite time battling ide (i had no errors, failed build , gave no reason why) figured out if copy bin folder hobby project made time ago ptvs , vs 2015, project builds fine. , have absolutely no idea why.

the contents of bin folder 2 files:

microsoft.pythontools.webrole.dll , wfastcgi.py.

i don't have pc vs 2015 anymore can't check ide settings there , pretty sure didn't make changes nor have had trouble settings.py or serving static files in project.

can explain why happening? why vs 2017 not creating bin folder vs 2015 did. there missing?

using: vs2017 professional python development installed vs installer - pretty default settings


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -