From 133e4fc38a301a2506622737a4aed45669ed21ae Mon Sep 17 00:00:00 2001 From: Bryan Bonvallet Date: Tue, 2 Dec 2014 19:04:47 -0500 Subject: [PATCH] filtering out more fluff schools. closes #326 --- .../apps/courses/management/commands/sanitize_usde_schools.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/karmaworld/apps/courses/management/commands/sanitize_usde_schools.py b/karmaworld/apps/courses/management/commands/sanitize_usde_schools.py index c75a410..e1a6d45 100644 --- a/karmaworld/apps/courses/management/commands/sanitize_usde_schools.py +++ b/karmaworld/apps/courses/management/commands/sanitize_usde_schools.py @@ -26,6 +26,10 @@ RESTRICTED_WORDS = [ 'careers', 'adults', 'hospital', + 'barber', + 'cosmetic', + 'therapeutics', + 'adult', 'childcare'] -- 2.25.1