django

A Simple Blog With Comments on Django: Development and Deployment for the Smallest Ones

This article is intended for beginner web programmers and covers the development of a blog on Django using Twitter Bootstrap and its deployment on the free hosting provider PythonAnywhere. I tried to write this to be as transparent and straightforward as possible. For more experienced users, this article will not tell you anything new, and …

A Simple Blog With Comments on Django: Development and Deployment for the Smallest Ones Read More »

Sending Emails Using asyncio and aiohttp From a Django Application

Hi everyone! I develop and support the notification service at Ostrovok.ru. The service is written in Python3 and Django. In addition to transactional emails, push notifications, and messages, the service also takes care of mass emailing of marketing offers (not spam! trust me, unsubscribe works better than subscribe on our service) for users who have …

Sending Emails Using asyncio and aiohttp From a Django Application Read More »

How Web Applications Work

This is an article for beginner developers and those who want to get a little more familiar with the terms and technologies of modernweb applications. The article describes how web applications differ from websites, what types of web applications exist, what they consist of,and how they work. 1. How web applications differ from websites For …

How Web Applications Work Read More »