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

Резултати

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

Пребарај: #designthinking

当前筛选 #designthinking清除筛选
producTICvidad® 📲📈

@producTICvidad · Post #1042 · 22.04.2023 г., 21:20

Esto está muy poderoso... Eight dimensions of #DesignThinking capture important differences in how managers and designers perform their work and make decisions. 1️⃣ Design thinking has the potential to drive innovation and improve customer experiences in organizations. 2️⃣ To succeed, organizations must understand and adopt the principles of design thinking. 3️⃣ Developing the right culture and mindset is crucial for design thinking to be effective. 4️⃣Embracing collaboration, ambiguity, and iterative learning can help organizations leverage design thinking. 5️⃣ Openness to change and adaptability are essential for design thinking to deliver sustainable growth. https://sloanreview.mit.edu/article/can-design-thinking-succeed-in-your-organization/