liip / django-template

Project template for Django projects
MIT License
17 stars 13 forks source link

Make sure that CWD is correct before executing tasks #82

Closed simonbru closed 2 years ago

simonbru commented 4 years ago

Some tasks may fail in weird ways when the current directory is not the project directory. Example: running fab deploy from a submodule will try to push the submodule itself as the project!