Skip to content

Commit

Permalink
Remove the referrals app now that the table is gone.
Browse files Browse the repository at this point in the history
Fixes #1240
  • Loading branch information
mblayman committed Oct 15, 2024
1 parent dd353ff commit 0cab3ac
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 118 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ graph:
core \
courses \
notifications \
referrals \
reports \
schools \
students \
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ to learn more about how School Desk works.

school-years.rst
courses.rst
referrals.rst

How Does School Desk Stack Up?
------------------------------
Expand Down
30 changes: 0 additions & 30 deletions docs/referrals.rst

This file was deleted.

Empty file removed homeschool/referrals/__init__.py
Empty file.
Empty file removed homeschool/referrals/admin.py
Empty file.
6 changes: 0 additions & 6 deletions homeschool/referrals/apps.py

This file was deleted.

48 changes: 0 additions & 48 deletions homeschool/referrals/migrations/0001_initial.py

This file was deleted.

16 changes: 0 additions & 16 deletions homeschool/referrals/migrations/0002_referral_email.py

This file was deleted.

15 changes: 0 additions & 15 deletions homeschool/referrals/migrations/0003_delete_referral.py

This file was deleted.

Empty file.
Empty file removed homeschool/referrals/models.py
Empty file.
Empty file removed homeschool/referrals/views.py
Empty file.
1 change: 0 additions & 1 deletion project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"homeschool.core",
"homeschool.courses",
"homeschool.notifications",
"homeschool.referrals",
"homeschool.reports",
"homeschool.schools",
"homeschool.students",
Expand Down

0 comments on commit 0cab3ac

Please sign in to comment.