bad, bad..

This commit is contained in:
Sanj 2011-09-10 07:43:14 +05:30
parent 519b0c3e33
commit 08a2f7e731
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -142,6 +142,7 @@ INSTALLED_APPS = (
# 'itfcore',
'festival',
'insidepages',
'erang',
'erang_organised',
'scriptbank',
'bestpractices',