temp remove new_best from apps

This commit is contained in:
Sanj 2011-10-12 16:58:13 +05:30
parent ac4ffa059f
commit a0903bfa86
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class Stop(models.Model):
stopname = models.CharField(max_length=512)
areacode = models.ForeignKey('Area')
displayname = models.CharField(max_length=512)
smlength = models.IntegerField()
# smlength = models.IntegerField()
def __unicode__(self):
return self.stopname

View File

@ -61,7 +61,7 @@ INSTALLED_APPS = [
"django_nose",
"djtables",
"rapidsms",
"new_best",
# "new_best",
'smsmesn',
"django_extensions",
# "buses",