From: Seth Woodworth Date: Tue, 9 Jul 2013 15:18:17 +0000 (-0400) Subject: Adding 'careers', 'adults', 'hospital', 'childcare' to RESTRICTED_WORDS X-Git-Tag: release-20150131~388^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9a336798301414580acf5329431e23dffb4fa87f;p=oweals%2Fkarmaworld.git Adding 'careers', 'adults', 'hospital', 'childcare' to RESTRICTED_WORDS --- diff --git a/karmaworld/apps/courses/management/commands/sanitize_usde_schools.py b/karmaworld/apps/courses/management/commands/sanitize_usde_schools.py index d915b89..8fd1166 100644 --- a/karmaworld/apps/courses/management/commands/sanitize_usde_schools.py +++ b/karmaworld/apps/courses/management/commands/sanitize_usde_schools.py @@ -22,7 +22,11 @@ RESTRICTED_WORDS = [ 'beauty', 'nail', 'acupuncture', - 'chiropractic'] + 'chiropractic', + 'careers', + 'adults', + 'hospital', + 'childcare'] class Command(BaseCommand): """ Delete Schools that contain RESTRICTED WORDS in their names """