diff options
author | 2018-08-31 21:04:15 +0000 | |
---|---|---|
committer | 2018-08-31 21:04:15 +0000 | |
commit | 52462b6fc5be74a6150530218ebe1b24e5e899e5 (patch) | |
tree | 8c6e0c238e25225fd55da0f99bb3aedcb9847aae /home/views.py | |
parent | Add a `Dockerfile`. (diff) | |
parent | Always upload cov reports, add pipenv cache. (diff) |
Merge branch 'django+add-gitlab-ci' into 'django'
Django - Add GitLab CI.
See merge request python-discord/projects/site!36
Diffstat (limited to 'home/views.py')
-rw-r--r-- | home/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/views.py b/home/views.py index 91ea44a2..fd0e0449 100644 --- a/home/views.py +++ b/home/views.py @@ -1,3 +1,3 @@ -from django.shortcuts import render +# from django.shortcuts import render # Create your views here. |