Added data population

parent 4202cac3
No preview for this file type
...@@ -21,7 +21,7 @@ class Location(models.Model): ...@@ -21,7 +21,7 @@ class Location(models.Model):
class Event(models.Model): class Event(models.Model):
target_datetime= models.DateTimeField() target_datetime= models.DateTimeField()
activity = models.TextField(max_length=200, default='') activity = models.TextField(max_length=1000, default='')
estimated_hours = models.FloatField() estimated_hours = models.FloatField()
location = models.ForeignKey( location = models.ForeignKey(
Location, Location,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment