Skip to content

Commit

Permalink
Removed usbherelist app.
Browse files Browse the repository at this point in the history
This project seems long dead (see https://metalab.at/wiki/USB-Herelist).
  • Loading branch information
hop committed May 9, 2014
1 parent 5ae37fe commit de6e06c
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 103 deletions.
Empty file.
7 changes: 0 additions & 7 deletions templates/usbherelist/usbherelist.html

This file was deleted.

8 changes: 0 additions & 8 deletions templates/usbherelist/usbherelist.inc

This file was deleted.

1 change: 0 additions & 1 deletion urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
(r'^member/', include('mos.members.urls')),

(r'^wiki/.*$', 'mos.web.views.wikipage'),
# (r'^usbherelist/', include('mos.usbherelist.urls')),

(r'^announce/$', include('mos.announce.urls')),

Expand Down
Empty file removed usbherelist/__init__.py
Empty file.
12 changes: 0 additions & 12 deletions usbherelist/models.py

This file was deleted.

12 changes: 0 additions & 12 deletions usbherelist/urls.py

This file was deleted.

60 changes: 0 additions & 60 deletions usbherelist/views.py

This file was deleted.

3 changes: 0 additions & 3 deletions web/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@
from mos.members.models import get_active_members
from mos.projects.models import Project
from mos.rss.models import Change
from mos.usbherelist.views import get_herelist


def display_main_page(request):
events = Event.future.get_n(5)
changes = Change.objects.order_by('-updated')[:5]
projects = Project.all.order_by('-created_at')[:5]
randommembers = list(get_active_members().exclude(contactinfo__image="").order_by('?')[:7])
herelist = get_herelist()

return render_to_response('index.html', {
'event_error_id': ' ',
Expand Down

0 comments on commit de6e06c

Please sign in to comment.