TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #221 · 5 мар.

В Python есть удобный почтовый debug-сервер. Он поможет проверить работу почты вашего web-проекта на этапе разработки без необходимости настраивать внешние сервисы или взаимодействие с реальными серверами Google или Yandex. Этот сервер просто печатает все сообщения в консоль. Таким образом удобно дебажить одноразовые ссылки активации или просто факт отправки письма по расписанию. Запускается очень просто: python3 -m smtpd -n -c DebuggingServer localhost:1025 Теперь настройте ваш проект на использование этого сервера. Например вот так настраивается Django: # settings.py if DEBUG: EMAIL_HOST = 'localhost' EMAIL_PORT = 1025 EMAIL_HOST_USER = '' EMAIL_HOST_PASSWORD = '' EMAIL_USE_TLS = False DEFAULT_FROM_EMAIL = '[email protected]' #django#tricks

Резултати

Пронајдени 1 слични објави

Пребарај: #shazbat

当前筛选 #shazbat清除筛选
PT风向旗

@Ptfxq · Post #598 · 28.02.2024 г., 16:09

#没用的外站信息 可能会被群友说是没用的外站信息,就合并到一起发了。 ———— #SC#SecretCinema#站点公告 We have a new IRC channel that we actually control. Server: irc.brokensphere.net:6697 Channel: #secretcinema Use site nick especially if you require assistance. Please don't use the #sc channel for assistance or help with your account as staff will no longer idle in this chat. TLDR; SC 更换了 IRC 的域名。 ———— #shazbat#站点公告 2024-02-25 - Webchat broken As you might have noticed, the webchat is a bit broken. We are working on fixing it, but it might take some time. If you want a good chat experience, join IRC (see the help pages). TLDR; webchat 炸了,要聊天就来 IRC。 ———— #ABN#站点免费 站免还剩 8 天+ ———— #HeBits#站点免费 站免还剩 1 天+ ———— #AcidLounge#站点公告 Hey all, We had over 10 accounts that someone took advantage of maybe from stolen database from another site. These peeps have now lost there account. So please don't use the same password as other sites maybe consider using Two Factor Authentication (2FA) which can be setup in your settings. You can use an app like Authy https://authy.com/what-is-2fa/ TLDR; 有人号被盗了,记得开 2FA。