From e7c528458aaf9217806d3801cfd1dbb09196949f Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Sun, 15 Dec 2019 22:44:58 +0100 Subject: [PATCH] Richtig tief rein den Pulla! --- .gitignore | 2 +- areas/__pycache__/forms.cpython-38.pyc | Bin 901 -> 901 bytes areas/__pycache__/models.cpython-38.pyc | Bin 1434 -> 1434 bytes users/__pycache__/models.cpython-38.pyc | Bin 3781 -> 3845 bytes users/__pycache__/usersforms.cpython-38.pyc | Bin 4801 -> 4801 bytes users/models.py | 1 + 6 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 922d706..e4b082a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,4 @@ tasks/migrations/* !tasks/migrations/__init__.py users/migrations/* -!users/migrations/__init__.py +!users/migrations/__init__.py \ No newline at end of file diff --git a/areas/__pycache__/forms.cpython-38.pyc b/areas/__pycache__/forms.cpython-38.pyc index f81c8f120490c9df89224394e17a3372ee3940cb..e09ff6f2c18c0e13a6237058fbe853b8b87a7ce9 100644 GIT binary patch delta 19 YcmZo=Z)N8S<>lpK00N&S8@Z~P0V8_@#Q*>R delta 19 YcmZo=Z)N8S<>lpK00Nuo8@Z~P0V3K1r~m)} diff --git a/areas/__pycache__/models.cpython-38.pyc b/areas/__pycache__/models.cpython-38.pyc index 26d6bebf58c5e2a8f2ba012909924decd05ccd17..6ec71d58ece8a6639d3fb78ebd238ddf96ab7949 100644 GIT binary patch delta 19 ZcmbQmJ&T(wl$V!_0SNq-Y~-523IHcB1P}lK delta 19 ZcmbQmJ&T(wl$V!_0SLa&-^ewA6#y#?1hfDE diff --git a/users/__pycache__/models.cpython-38.pyc b/users/__pycache__/models.cpython-38.pyc index abe313ea8dae06d76113fcf9f63b4c18a4dbf684..3a489e06646c593f790ed319c93807da81d97e23 100644 GIT binary patch delta 219 zcmX>q+bYK!%FD~e00hP>zr}WL3om61i0v50SS1$!7{?Bw(8EsTkqLpY8wGNw(IDJM0GB|SAWXL22{H>1|%Q@nDlj694y K%#&a8-T?r76+WT> delta 160 zcmZpbJ1WZ?%FD~e00e9czQx9GfRN;;T9Q+jhB8!O}F*-TQC zx3F6>#!P<4-olu$xtQY!BV+1h3$7!KrJMh9-D6~|n|y~yhEZnnPo5={cky~Ns!e9& MlVfC=tjTu=0G$Rcj{pDw diff --git a/users/__pycache__/usersforms.cpython-38.pyc b/users/__pycache__/usersforms.cpython-38.pyc index e84f571e6c384285a2af0670f13b7106b4f6af73..ec560a1f0cd953507178de2c0eb7525302de88f2 100644 GIT binary patch delta 19 ZcmX@8dQg=sl$V!_0SN9a*vPeA2mmv>1yBG0 delta 19 ZcmX@8dQg=sl$V!_0SF4`Z{*r81OPEJ1mpk! diff --git a/users/models.py b/users/models.py index 07d85ad..4abce35 100644 --- a/users/models.py +++ b/users/models.py @@ -87,6 +87,7 @@ class Profile(models.Model): image = models.ImageField(default='userprofilepics/default.jpg', upload_to='userprofilepics', blank=True) compfunc = models.CharField(max_length=60, blank=True) visible = models.BooleanField(default=True) + geil = models.BooleanField(default=True) def __str__(self):