Richtig tief rein den Pulla!
This commit is contained in:
parent
c8ff75d11b
commit
e7c528458a
|
|
@ -18,4 +18,4 @@ tasks/migrations/*
|
||||||
!tasks/migrations/__init__.py
|
!tasks/migrations/__init__.py
|
||||||
|
|
||||||
users/migrations/*
|
users/migrations/*
|
||||||
!users/migrations/__init__.py
|
!users/migrations/__init__.py
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -87,6 +87,7 @@ class Profile(models.Model):
|
||||||
image = models.ImageField(default='userprofilepics/default.jpg', upload_to='userprofilepics', blank=True)
|
image = models.ImageField(default='userprofilepics/default.jpg', upload_to='userprofilepics', blank=True)
|
||||||
compfunc = models.CharField(max_length=60, blank=True)
|
compfunc = models.CharField(max_length=60, blank=True)
|
||||||
visible = models.BooleanField(default=True)
|
visible = models.BooleanField(default=True)
|
||||||
|
geil = models.BooleanField(default=True)
|
||||||
|
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue