Adding 'careers', 'adults', 'hospital', 'childcare' to RESTRICTED_WORDS
authorSeth Woodworth <seth@sethish.com>
Tue, 9 Jul 2013 15:18:17 +0000 (11:18 -0400)
committerSeth Woodworth <seth@sethish.com>
Tue, 9 Jul 2013 15:18:17 +0000 (11:18 -0400)
karmaworld/apps/courses/management/commands/sanitize_usde_schools.py

index d915b89169da721e9d4722c1a1f640708363e708..8fd1166138cda605c86438657b2e85b25f1714c1 100644 (file)
@@ -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 """