bad, bad..
This commit is contained in:
parent
519b0c3e33
commit
08a2f7e731
|
@ -11,6 +11,8 @@ class Issue(models.Model):
|
|||
published = models.BooleanField(default=False)
|
||||
notes = models.TextField(blank=True)
|
||||
|
||||
is_itf_model = False
|
||||
|
||||
def __unicode__(self):
|
||||
return self.name
|
||||
|
||||
|
|
|
@ -142,6 +142,7 @@ INSTALLED_APPS = (
|
|||
# 'itfcore',
|
||||
'festival',
|
||||
'insidepages',
|
||||
'erang',
|
||||
'erang_organised',
|
||||
'scriptbank',
|
||||
'bestpractices',
|
||||
|
|
Loading…
Reference in New Issue
Block a user