Skip to content

Commit 395d508

Browse files
FedericoJuriogilgamezh
authored andcommitted
Issue-413: Depreco app tutoring (#433)
1 parent 673847b commit 395d508

28 files changed

+0
-1299
lines changed

Diff for: pyarweb/settings.py

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
'pycompanies',
5858
'jobs',
5959
'events',
60-
'tutoring',
6160

6261
# 3rd party apps
6362
'allauth',

Diff for: pyarweb/urls.py

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
url(r'^irc/$', irc, name='irc'),
2727
url(r'^buscador/$', buscador, name='buscador'),
2828

29-
url(r'^tutoring/', include('tutoring.urls')),
30-
3129
url(r'^$', 'community.views.homepage', name='homepage'),
3230
url(r'^aprendiendo-python/', 'community.views.learning', name='aprendiendo'),
3331
url(r'^nosotros/', 'community.views.about_pyar', name='about_pyar'),

Diff for: templates/tutoring/_tutoring_tags.html

-17
This file was deleted.

Diff for: templates/tutoring/apprentice_confirm_delete.html

-21
This file was deleted.

Diff for: templates/tutoring/apprentice_detail.html

-26
This file was deleted.

Diff for: templates/tutoring/apprentice_form.html

-22
This file was deleted.

Diff for: templates/tutoring/apprentice_list.html

-77
This file was deleted.

Diff for: templates/tutoring/index.html

-86
This file was deleted.

Diff for: templates/tutoring/mentor_confirm_delete.html

-21
This file was deleted.

Diff for: templates/tutoring/mentor_detail.html

-29
This file was deleted.

Diff for: templates/tutoring/mentor_form.html

-22
This file was deleted.

0 commit comments

Comments
 (0)