Move display image to Note (2)

This commit is contained in:
Alexandre Iooss 2019-07-16 15:24:05 +02:00
parent 9a35b8f9e0
commit b63aaf4150
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
4 changed files with 31 additions and 41 deletions

View file

@ -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,