- Authorization via email address
- Registration via email address, password with confirmation of email address
- A page with a list of users
- User profile page
- Profile editing page
- Password reset
- Changing the password
- Change the email address
Launch the application:
sudo docker compose up -d
Run migrations:
sudo docker compose exec web python manage.py migrate
Ivan Krasnikov