Skip to content

Commit

Permalink
remove proxy app
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiaoyi0504 committed Mar 14, 2018
1 parent 7f77221 commit a8d1541
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 63 deletions.
1 change: 0 additions & 1 deletion i5k/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
'social.apps.django_app.default',
'captcha',
'dashboard',
'proxy',
'hmmer',
'clustal',
)
Expand Down
2 changes: 0 additions & 2 deletions i5k/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
# Uncomment the admin/doc line below to enable admin documentation:
url(r'^admin/doc/', include('django.contrib.admindocs.urls'), name='doc'),
url(r'^captcha/', include('captcha.urls')),
url(r'^proxy/', include('proxy.urls', namespace='proxy')),

# user authentication
url(r'^set_institution$', 'app.views.set_institution', name='set_institution'),
url(r'^info_change$', 'app.views.info_change', name='info_change'),
Expand Down
1 change: 0 additions & 1 deletion proxy/__init__.py

This file was deleted.

Empty file removed proxy/models.py
Empty file.
9 changes: 0 additions & 9 deletions proxy/tests.py

This file was deleted.

6 changes: 0 additions & 6 deletions proxy/urls.py

This file was deleted.

44 changes: 0 additions & 44 deletions proxy/views.py

This file was deleted.

0 comments on commit a8d1541

Please sign in to comment.