Зацените, я, оказывается, 10 лет назад уже заметил, что с системными кнопками на Android что-то не так, и подход к их проектированию надо менять.
Сейчас в 2022 абсолютное большинство Android телефонов либо в режиме "Кнопки на экране, когда нужны", либо, что еще удобнее, в режиме жестов вообще без кнопок. Это совершенно очевидный вектор развития.
Год назад я предсказывал, что Apple откажется от моноброви (потому что это очевидно очень плохое решение), но сделает это со скрипом, чтобы сохранить хорошую мину при плохой игре. И вот, Apple ввела этот свой островок: типа мы убираем монобровь, но постепенно. Через пару поколений дорастут до камеры-точки или, если хватит смелости, до подэкранной. Запомните этот твит.
#gadgets
https://learnpythonthehardway.org/book/ex51.html
While it's exciting to see the browser display "Hello World," it's even more exciting to let the user submit text to your application from a #form. In this exercise we'll improve our starter #web application by using forms and storing information about users into their "#sessions."
User authentication in #Django
Django comes with a user authentication system. It handles user #accounts, #groups, #permissions and #cookie-based user #sessions. This section of the documentation explains how the default implementation works out of the box, as well as how to extend and customize it to suit your project’s needs.
https://docs.djangoproject.com/es/1.11/topics/auth/