move more constants
parent
e2bd56ce9d
commit
567f20d5a2
|
@ -226,7 +226,6 @@ class CCLicense():
|
|||
return ''
|
||||
|
||||
|
||||
(INDIVIDUAL, LIBRARY, BORROWED) = (1, 2, 3)
|
||||
class Offer(models.Model):
|
||||
CHOICES = ((INDIVIDUAL,'Individual license'),(LIBRARY,'Library License'))
|
||||
work = models.ForeignKey("Work", related_name="offers", null=False)
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
(REWARDS, BUY2UNGLUE) = (1, 2)
|
||||
(INDIVIDUAL, LIBRARY, BORROWED) = (1, 2, 3)
|
||||
|
|
Loading…
Reference in New Issue