Move display image to Note (2)
This commit is contained in:
parent
9a35b8f9e0
commit
b63aaf4150
4 changed files with 31 additions and 41 deletions
|
|
@ -20,11 +20,6 @@ class Profile(models.Model):
|
|||
settings.AUTH_USER_MODEL,
|
||||
on_delete=models.CASCADE,
|
||||
)
|
||||
profile_picture = models.ImageField(
|
||||
verbose_name=_('profile picture'),
|
||||
max_length=255,
|
||||
blank=True,
|
||||
)
|
||||
phone_number = models.CharField(
|
||||
verbose_name=_('phone number'),
|
||||
max_length=50,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue