@djangoproject · Post #363 · 04.07.2017 г., 03:00
https://www.djangoproject.com/m/foundation/ccla.pdf #Django Software Foundation Corporate Contributor License Agreement Adapted from http://www.apache.org/licenses/© Apache Software Foundation. #CLA
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
Глобално пребарување
@djangoproject · Post #363 · 04.07.2017 г., 03:00
https://www.djangoproject.com/m/foundation/ccla.pdf #Django Software Foundation Corporate Contributor License Agreement Adapted from http://www.apache.org/licenses/© Apache Software Foundation. #CLA
@djangoproject · Post #296 · 14.04.2017 г., 19:08
https://www.djangoproject.com/weblog/2017/apr/04/django-111-released/ The #Django team is happy to announce the release of Django 1.11. This version has been designated as a long-term support (#LTS) release, which means that security and data loss fixes will be applied for at least the next three years. It will also receive fixes for crashing bugs, major functionality bugs in newly-introduced features, and regressions from older versions of Django for the next eight months until December 2017.
@djangoproject · Post #234 · 18.01.2017 г., 17:14
http://www.aparat.com/v/Dfq81 DjangoCon US 2016 Django, Python, and Health Care Data by Becca Nock #Django, Python, and #Health_Care Data by Becca Nock Data and technology can be used to improve the health of older adults and to help them to continue to live at home and in the community as they age. Predictive analytics and modeling can predict who will get sick, be hospitalized, or have adverse outcomes in the future. Once we know who is at risk, we can design interventions to decrease the likelihood of negative health outcomes.
Hashtags
@repo_science · Post #3607 · 20.09.2023 г., 21:20
#webDevelopment#Python#Django#REST_API 🌐 Build a Backend REST API with Python & Django - Advanced Create an advanced REST API with Python, Django REST Framework and Docker using Test Driven Development (TDD) 🗣 Mark Winterbottom, Brooke Rutherford ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@djangoproject · Post #570 · 08.02.2018 г., 19:28
https://blog.cloudboost.io/react-redux-webpack-3-django-nov-2017-53a09d09cf75 #React + #Redux + Webpack 3 + #Django (Nov 2017)
@djangoproject · Post #567 · 01.02.2018 г., 10:59
https://hackernoon.com/shape-your-redux-store-like-your-database-98faa4754fd5 Using the #Redux Store Like a Database #React #Django
@djangoproject · Post #479 · 30.10.2017 г., 13:56
http://owaislone.org/blog/webpack-plus-reactjs-and-django/ Using #Webpack transparently with #Django + hot reloading #React components as a bonus
@djangoproject · Post #392 · 27.07.2017 г., 18:20
http://geezhawk.github.io/using-react-with-django-rest-framework Using #React with #Django, with a little help from #Webpack.
@djangoproject · Post #566 · 01.02.2018 г., 10:57
https://gist.github.com/pirate/1e83616c3361136f309648f7bc635280#file-react_base-html #Django Base #template for #react pages
@djangoproject · Post #565 · 01.02.2018 г., 10:55
https://github.com/Monadical-SAS/django-channels-router django-channels-router A Python library for routing and handling #websocket messages using #django-channels. Routing socket messages in the view Routing socket messages using a handler #React
Hashtags
@djangoproject · Post #564 · 01.02.2018 г., 10:53
https://github.com/Frojd/django-react-templatetags Django-React-Templatetags This django library allows you to add #React (16+) components into your #django#templates.
Hashtags
@djangoproject · Post #563 · 28.01.2018 г., 12:42
https://hackernoon.com/reconciling-djangos-mvc-templates-with-react-components-3aa986cf510a Reconciling Backend #Templates with Frontend Components How to build a frontend without making a Single-Page-App At $startupNameHere we decided to write our backend in #Django and our frontend in #React. The combination is not unusual these days, but if you’ve ever tried it you’ve probably found there’s some friction between page composition with backend templating systems, and React’s component model.
Hashtags