diff options
| author | 2018-08-30 20:02:09 +0200 | |
|---|---|---|
| committer | 2018-08-30 20:42:05 +0200 | |
| commit | 37ff9fe6cdc6fff84ccda6c5d610a521288d99ce (patch) | |
| tree | c6e2def3acee7ea83f37cae7ae55044d7c52199b /pysite/settings.py | |
| parent | Add CI build script. (diff) | |
Proeprly set up lint and test stages.
Diffstat (limited to '')
| -rw-r--r-- | pysite/settings.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pysite/settings.py b/pysite/settings.py index 3392426d..16235e09 100644 --- a/pysite/settings.py +++ b/pysite/settings.py @@ -11,7 +11,7 @@ https://docs.djangoproject.com/en/2.1/ref/settings/  """  import os -import sys +# import sys  import environ | 
