registration
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 24 Feb 2025 15:41:05 +0000 (16:41 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 24 Feb 2025 15:41:05 +0000 (16:41 +0100)
commit605af0880e55eebe3b5db50c97712c9e17448579
tree0b9225f22c492e54b108d0d8266810aa97b81f3c
parent17af7241ca7724df39d9d589245d818f689d97b5
registration
src/api/migrations/0008_alter_token_token_type.py [new file with mode: 0644]
src/api/serializers.py
src/api/views.py
src/social/migrations/0017_userconfirmation.py [new file with mode: 0644]
src/social/models.py
src/social/templates/social/user_confirmation.html [new file with mode: 0644]
src/social/urls.py
src/social/views.py