Removed Member.country from model
This commit is contained in:
parent
a5c159681b
commit
965e06f3aa
BIN
src/img/maxime-senzamici.jpg
Normal file
BIN
src/img/maxime-senzamici.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
BIN
src/img/sylvain-le-bon.jpg
Normal file
BIN
src/img/sylvain-le-bon.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
@ -8,7 +8,6 @@ class Member(models.Model):
|
||||
email = models.CharField(max_length=255, default='')
|
||||
number = models.CharField(max_length=255, default='')
|
||||
cell = models.ForeignKey("Cell")
|
||||
country = models.CharField(max_length=255, default='')
|
||||
skills = models.ManyToManyField("Skill")
|
||||
projects = models.ManyToManyField("Project")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user