I use a nonstandard development environment. I changed "dnndev" in the template to "dnn620.dnndev.me".
When I create a new project, there is an error because the new module is configured to use the webserver at
http://dnndev/desktopmodules/modulename.
The fix is to edit ModuleName.csproj and replace two instances of "dnndev" with "$DevEnvironment$".
I'm attaching the modified file ...