Skip to content

Commit

Permalink
final TA/DA model
Browse files Browse the repository at this point in the history
  • Loading branch information
saloni authored and saloni committed Jul 9, 2014
1 parent e91d907 commit 0a904f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/librehatti/suspence/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# Create your models here.
class TaDa(models.Model):
#suspence = Model.ForeignKey(SuspenceOrder)
#suspence = models.ForeignKey(SuspenceOrder)
departure_time_from_tcc= models.TimeField()
arrival_time_at_site = models.TimeField()
departure_time_from_tcc = models.TimeField()
arrival_time_at_site = models.TimeField()
departure_time_from_site = models.TimeField()
arrival_time_at_tcc = models.TimeField()
tada_amount = models.IntegerField()
start_test_date = models.DateField()
end_test_date = models.DateField()
Expand Down

0 comments on commit 0a904f6

Please sign in to comment.