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

Пребарај: #dataethics

当前筛选 #dataethics清除筛选
The Digi Doodles

@Digi_doodles · Post #622 · 01.08.2025 г., 10:02

WeTransfer’s AI Terms: Are Artists Losing Control?🃏 July 28, 2025 · The Art Newspaper A quiet shift with loud consequences. 👂 WeTransfer has updated its terms of service to allow the use of uploaded files for AI training — sparking concern among digital artists and creatives. While the platform claims “anonymized and aggregated” data use, critics warn this could jeopardize intellectual property. What’s at stake: — Artists may unknowingly feed generative AI tools — Lack of opt-out or clear consent for creative works — Questions around ownership, credit & ethics Another wake-up call in the ongoing conversation around AI, authorship, and data rights📖 #AIArt#DigitalRights#WeTransfer#ArtAndTech#DataEthics