From c26db18f86ca424873c23b3952f46e133be2c40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alicja=20Ci=C4=99ciwa?= Date: Wed, 11 Nov 2020 18:43:45 +0100 Subject: [PATCH] registration page --- .idea/workspace.xml | 10 ++-- accounts/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 144 bytes accounts/__pycache__/admin.cpython-38.pyc | Bin 0 -> 185 bytes accounts/__pycache__/apps.cpython-38.pyc | Bin 0 -> 368 bytes accounts/__pycache__/forms.cpython-38.pyc | Bin 0 -> 1336 bytes accounts/__pycache__/models.cpython-38.pyc | Bin 0 -> 182 bytes accounts/__pycache__/views.cpython-38.pyc | Bin 0 -> 525 bytes accounts/forms.py | 51 ++++++++++++++++-- .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 155 bytes accounts/views.py | 14 ++++- config/__pycache__/settings.cpython-38.pyc | Bin 2694 -> 2728 bytes config/__pycache__/urls.cpython-38.pyc | Bin 1135 -> 1261 bytes config/settings.py | 1 + config/urls.py | 5 +- db.sqlite3 | Bin 131072 -> 131072 bytes templates/base.html | 4 +- templates/registration/signup.html | 17 ++++++ 17 files changed, 87 insertions(+), 15 deletions(-) create mode 100644 accounts/__pycache__/__init__.cpython-38.pyc create mode 100644 accounts/__pycache__/admin.cpython-38.pyc create mode 100644 accounts/__pycache__/apps.cpython-38.pyc create mode 100644 accounts/__pycache__/forms.cpython-38.pyc create mode 100644 accounts/__pycache__/models.cpython-38.pyc create mode 100644 accounts/__pycache__/views.cpython-38.pyc create mode 100644 accounts/migrations/__pycache__/__init__.cpython-38.pyc create mode 100644 templates/registration/signup.html diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cfdf149..24dcf46 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,15 +2,13 @@ - - - - + + + - + -