added upload and better gradient view
This commit is contained in:
@ -11,3 +11,7 @@ class Isotope(models.Model):
|
||||
gamma = models.FloatField(help_text="Gyromagnetic ratio in MHz/T") # MHz/T
|
||||
natural_abundance = models.FloatField(help_text="Natural abundance")
|
||||
quadrupole_moment = models.FloatField(null=True, help_text="Quadrupole moment")
|
||||
|
||||
class FieldProfile(models.Model):
|
||||
field_profile = models.FileField(upload_to='field_profile')
|
||||
|
||||
|
Reference in New Issue
Block a user