From 37906ae85b55f33c838e0739a13c1f6fab4eb5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alicja=20Ci=C4=99ciwa?= Date: Wed, 11 Nov 2020 15:28:00 +0100 Subject: [PATCH] tab for selected users --- .idea/workspace.xml | 19 ++--- __pycache__/__init__.cpython-38.pyc | Bin 151 -> 0 bytes __pycache__/settings.cpython-38.pyc | Bin 2302 -> 0 bytes __pycache__/urls.cpython-38.pyc | Bin 932 -> 0 bytes __pycache__/wsgi.cpython-38.pyc | Bin 562 -> 0 bytes accounts/__pycache__/__init__.cpython-38.pyc | Bin 144 -> 0 bytes accounts/__pycache__/forms.cpython-38.pyc | Bin 245 -> 0 bytes config/__pycache__/settings.cpython-38.pyc | Bin 2632 -> 2694 bytes config/settings.py | 3 + db.sqlite3 | Bin 139264 -> 131072 bytes templates/base.html | 76 +++++++++++------- {work/migrations => templatetags}/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 148 bytes .../__pycache__/auth_extras.cpython-38.pyc | Bin 0 -> 501 bytes templatetags/auth_extras.py | 9 +++ work/__pycache__/models.cpython-38.pyc | Bin 533 -> 0 bytes 16 files changed, 64 insertions(+), 43 deletions(-) delete mode 100644 __pycache__/__init__.cpython-38.pyc delete mode 100644 __pycache__/settings.cpython-38.pyc delete mode 100644 __pycache__/urls.cpython-38.pyc delete mode 100644 __pycache__/wsgi.cpython-38.pyc delete mode 100644 accounts/__pycache__/__init__.cpython-38.pyc delete mode 100644 accounts/__pycache__/forms.cpython-38.pyc rename {work/migrations => templatetags}/__init__.py (100%) create mode 100644 templatetags/__pycache__/__init__.cpython-38.pyc create mode 100644 templatetags/__pycache__/auth_extras.cpython-38.pyc create mode 100644 templatetags/auth_extras.py delete mode 100644 work/__pycache__/models.cpython-38.pyc diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 877dde1..cfdf149 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,22 +2,15 @@ - - - - - - - - - + + + + - + - - - +