Skip to content

Commit

Permalink
Issue-413: Depreco app tutoring (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoJurio authored and gilgamezh committed Jun 25, 2018
1 parent 673847b commit 395d508
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 1,299 deletions.
1 change: 0 additions & 1 deletion pyarweb/settings.py
Expand Up @@ -57,7 +57,6 @@
'pycompanies',
'jobs',
'events',
'tutoring',

# 3rd party apps
'allauth',
Expand Down
2 changes: 0 additions & 2 deletions pyarweb/urls.py
Expand Up @@ -26,8 +26,6 @@
url(r'^irc/$', irc, name='irc'),
url(r'^buscador/$', buscador, name='buscador'),

url(r'^tutoring/', include('tutoring.urls')),

url(r'^$', 'community.views.homepage', name='homepage'),
url(r'^aprendiendo-python/', 'community.views.learning', name='aprendiendo'),
url(r'^nosotros/', 'community.views.about_pyar', name='about_pyar'),
Expand Down
17 changes: 0 additions & 17 deletions templates/tutoring/_tutoring_tags.html

This file was deleted.

21 changes: 0 additions & 21 deletions templates/tutoring/apprentice_confirm_delete.html

This file was deleted.

26 changes: 0 additions & 26 deletions templates/tutoring/apprentice_detail.html

This file was deleted.

22 changes: 0 additions & 22 deletions templates/tutoring/apprentice_form.html

This file was deleted.

77 changes: 0 additions & 77 deletions templates/tutoring/apprentice_list.html

This file was deleted.

86 changes: 0 additions & 86 deletions templates/tutoring/index.html

This file was deleted.

21 changes: 0 additions & 21 deletions templates/tutoring/mentor_confirm_delete.html

This file was deleted.

29 changes: 0 additions & 29 deletions templates/tutoring/mentor_detail.html

This file was deleted.

22 changes: 0 additions & 22 deletions templates/tutoring/mentor_form.html

This file was deleted.

0 comments on commit 395d508

Please sign in to comment.