From 5498660eb6164507619c1bc42d3a83a22b3678e6 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 28 Jul 2015 14:29:49 -0300 Subject: [PATCH] Removing old deps from badger --- colab/accounts/templates/accounts/user_detail.html | 19 ------------------- misc/etc/cron.d/colab | 2 -- setup.py | 4 ---- 3 files changed, 0 insertions(+), 25 deletions(-) diff --git a/colab/accounts/templates/accounts/user_detail.html b/colab/accounts/templates/accounts/user_detail.html index 2dd8660..181fa96 100644 --- a/colab/accounts/templates/accounts/user_detail.html +++ b/colab/accounts/templates/accounts/user_detail.html @@ -126,25 +126,6 @@ - - {% if user_.badge_set.exists %} -
-
-
-

{% trans "Badges" %}

-
-
-
- {% for badge in user_.badge_set.all %} - {% translate badge as badge_trans %} - - {% endfor %} -
-
-
-
- {% endif %} -
diff --git a/misc/etc/cron.d/colab b/misc/etc/cron.d/colab index f6e1dac..1d9e42c 100644 --- a/misc/etc/cron.d/colab +++ b/misc/etc/cron.d/colab @@ -4,8 +4,6 @@ 0 * * * * colab colab-admin cleanup_snippets &> /dev/null -*/5 * * * * colab colab-admin update_badges &> /dev/null - * * * * * colab colab-admin import_proxy_data &> /dev/null 27 3 * * * colab colab-admin clearsessions &> /dev/null diff --git a/setup.py b/setup.py index e60202b..0731525 100644 --- a/setup.py +++ b/setup.py @@ -19,10 +19,6 @@ REQUIREMENTS = [ ### Move out of colab (as plugins): - # Deps for badger - 'Pillow==2.8.1', - 'django-i18n-model>=0.0.7', - # Deps for super_archives 'etiquetando==0.1', 'django-taggit>=0.12.1', -- libgit2 0.21.2