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