Skip to content

Commit

Permalink
Merge pull request openhatch#41 from daveeloo/delete
Browse files Browse the repository at this point in the history
Deleted unused views, urls, files, folders and excluded debian devs
  • Loading branch information
paulproteus committed Aug 8, 2013
2 parents b7b3f01 + ca2430b commit 3b732f5
Show file tree
Hide file tree
Showing 20 changed files with 7 additions and 51,806 deletions.
8 changes: 0 additions & 8 deletions dotcloud.yml~

This file was deleted.

10,578 changes: 0 additions & 10,578 deletions greenhouse/dump-file

This file was deleted.

9 changes: 0 additions & 9 deletions greenhouse/greenhouse/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@
url(r'^logout$', views.site_logout, name='logout'),
url(r'^denied(.+)', views.access_denied, name='denied'),
url(r'^$', views.index, name='home'),
url(r'^contributors/first_timers', views.first_timers,
name='first_timers'),
url(r'^contributors/recent_contributors', views.recent_contributors,
name='recent_contributors'),
url(r'^contributors/lost_contributors', views.lost_contributors,
name='lost_contributors'),
url(r'^contributors/potential_devs', views.potential_devs,
name='potential_devs'),
url(r'^contacted/(?P<email>.+)', views.contacted, name='contacted'),
url(r'^contributors/(?P<email>.+)/edit', views.edit_person,
name='edit_person'),
url(r'^contributors/(?P<email>.+)', views.person_detail,
Expand Down

This file was deleted.

Loading

0 comments on commit 3b732f5

Please sign in to comment.