Commit e2e2afd0c101a9d0b48cbce59a9183890d8a3e6a

Authored by Gust
1 parent b724aa73

Remove feedzilla residual code

Showing 2 changed files with 0 additions and 13 deletions   Show diff stats
colab/templates/header.html
... ... @@ -21,12 +21,6 @@
21 21 <a href="{% url 'thread_list' %}">{% trans "Groups" %}</a>
22 22 </li>
23 23  
24   - {% if feedzilla %}
25   - <li>
26   - <a href="{% url "feedzilla_index" %}">{% trans "Blogs" %}</a>
27   - </li>
28   - {% endif %}
29   -
30 24 {% plugins_menu %}
31 25  
32 26 <li><a href="/paste">{% trans "Paste" %}</a></li>
... ...
setup.py
... ... @@ -31,13 +31,6 @@ REQUIREMENTS = [
31 31  
32 32 'django-revproxy==0.9.0',
33 33  
34   - # Feedzilla (planet) and deps
35   - 'django-common==0.1.51',
36   - 'feedparser==5.1.3',
37   - 'lxml==3.2.4',
38   - 'grab==0.4.13',
39   - 'transliterate==1.5',
40   -
41 34 # Diazo
42 35 'diazo==1.0.5',
43 36  
... ...