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 слични објави

Пребарај: #halow

当前筛选 #halow清除筛选
Libreware

@libreware · Post #1583 · 04.05.2026 г., 15:28

FaceTime Without the Internet | Data Slayer FaceTiming without Apple... I tested whether consumer apps like FaceTime, Signal, WhatsApp, and Zoom work on an off-grid #HaLow#mesh#network with zero internet. The key discovery: FaceTime and Signal connect peer-to-peer if they can find each other on any local network — Apple's servers aren't in the loop. The climax was a two-car highway test where Emilia and I held a FaceTime call at 70 mph, bridged only by Haven nodes and sub-gigahertz antennas. The conclusion: the "loophole" isn't a hack — it's the original peer-to-peer design we forgot about once we handed the internet to five companies. #MeshNetwork#OffGrid#P2P