From 4aab6110269a8af3ca1fa031c7b29d5b097edb3f Mon Sep 17 00:00:00 2001 From: Xeniac Date: Sat, 28 Apr 2018 11:11:12 +0200 Subject: [PATCH] requirements changed to django<2.0 for compatibility reasons. --- requirements/base.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 3537068..d12b48e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ beautifulsoup4 -django +django<2.0 django-appconf django-ckeditor django-contrib-comments @@ -18,4 +18,4 @@ pytz requests requests-oauthlib social-auth-app-django -social-auth-core \ No newline at end of file +social-auth-core