mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 06:22:16 +00:00
finshed inport old db untested
This commit is contained in:
@@ -58,6 +58,7 @@ class TrainingItem(models.Model):
|
||||
reference_number = models.CharField(max_length=3)
|
||||
category = models.ForeignKey('TrainingCategory', related_name='items', on_delete=models.RESTRICT)
|
||||
name = models.CharField(max_length=50)
|
||||
active = models.BooleanField(default = True)
|
||||
|
||||
@property
|
||||
def number(self):
|
||||
|
||||
Reference in New Issue
Block a user