From: Thomas Fillon Date: Wed, 25 Jan 2017 16:04:31 +0000 (+0100) Subject: Update saved-search application X-Git-Tag: 1.7.0~2^2~24^2~8 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=edd014b61eeb5cbad208bf88efa795b4e5aabdab;p=telemeta.git Update saved-search application --- diff --git a/app/scripts/app.sh b/app/scripts/app.sh index 429ed14f..9400ca60 100644 --- a/app/scripts/app.sh +++ b/app/scripts/app.sh @@ -21,8 +21,10 @@ gid='www-data' #pip install -U django==1.9.12 pip install -U django==1.8.17 pip uninstall -y south -pip install -e git+https://github.com/Parisson/django-jqchat.git@dj1.8 +pip install -e git+https://github.com/Parisson/django-jqchat.git@dj1.8#egg=django-jqchat pip install django-debug-toolbar==1.5 +pip install -e git+https://github.com/Parisson/saved_searches.git@dj1.8#egg=saved_searches-2.0.0-beta + # waiting for other network services sh $app/scripts/wait.sh python $manage wait-for-db diff --git a/requirements-dev.txt b/requirements-dev.txt index b674b53a..860b94c9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -e git+https://github.com/mariocesar/sorl-thumbnail.git@7ce76bc1ef798a63cbf89b5df83de4da4b12e98d#egg=sorl-thumbnail-master -e git+https://github.com/Parisson/ebooklib.git#egg=ebooklib-0.16 --e git+https://github.com/Parisson/saved_searches.git#egg=saved_searches-2.0.0-beta +-e git+https://github.com/Parisson/saved_searches.git@dj1.8#egg=saved_searches-2.0.0-beta -e git+https://github.com/django-haystack/django-haystack.git@v2.5.1#egg=django-haystack-2.5.1 -e git+https://github.com/yomguy/django-ipauth.git#egg=django-ipauth-0.4.1-dev -e git+https://github.com/Parisson/django-jqchat.git@dj1.8#egg=django-jqchat