-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let DjangoInstalledChecker warn when Django isn't available
by ignoring the import failure Python will not produce a traceback but instead let DjangoInstalledChecker do its job and warn the user. I also add a CI build stage to test this scenario since we don't want to continue if this isn't working. NOTE: tox doesn't allow us to easily execute shell scripts and commands outside its virtualenv so I have to resort to ugly bash escaping to make this work! Finally properly fixes #96.
- Loading branch information
Showing
3 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters