wip
authorJohn H. Hartman <john.hartman@akamai.com>
Mon, 22 Sep 2014 20:44:57 +0000 (13:44 -0700)
committerJohn H. Hartman <john.hartman@akamai.com>
Mon, 22 Sep 2014 20:44:57 +0000 (13:44 -0700)
planetstack/hpc/models.py

index 1b7535f..bb4c2c4 100644 (file)
@@ -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"