From: John H. Hartman Date: Mon, 22 Sep 2014 20:44:57 +0000 (-0700) Subject: wip X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ca20070709966cde44a046eb9f8911d16b5f0c84;p=plstackapi.git wip --- diff --git a/planetstack/hpc/models.py b/planetstack/hpc/models.py index 1b7535f..bb4c2c4 100644 --- a/planetstack/hpc/models.py +++ b/planetstack/hpc/models.py @@ -64,7 +64,7 @@ class OriginServer(PlCoreBase): def __unicode__(self): return u'%s' % (self.url) -class CDNPrefix(PlCoreBase): +class CDNPrefix(DNSName): class Meta: app_label = "hpc"