src/p4l/management/commands/get_subject_label.py
changeset 21 dad1f8de08a9
parent 20 fa466993084a
child 22 48ff361f96c8
--- a/src/p4l/management/commands/get_subject_label.py	Mon Sep 02 17:49:41 2013 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-# -*- coding: utf-8 -*-
-from django.core.management import BaseCommand
-from p4l.models import Subject
-from p4l.utils import fill_label_for_model
-
-
-class Command(BaseCommand):
-
-    def handle(self, *args, **options):
-        fill_label_for_model(Subject, 'subject', 'http://skos.um.es/unescothes/CS000')
-