Django → Django - Tutorial 009. Icons of social networks "Share" without JavaScript
Icons of social networks, with which you can share the article from the site, has become part of everyday life for most sites. Web site promotion due to word of mouth is generally pretty efficient variant of growth of many …
ReadDjango → Django - Tutorial 008. Adding a Sitemap file on a site based on Django
RSS is added, but you need to help search engines index your site. And this is done with the help of Sitemap files that describe the structure of the site. Django provides a ready-made classes and mechanisms for the formation …
ReadDjango → Django - Tutorial 007. Adding Pagination based on django-bootstrap3
Pagination, Python, django-bootstrap3
The number of articles on the new site began to approach the 10 pieces, so urgently add Pagination, to be able to flip through the pages on the site. But as already used django-bootstrap3 module, and Pagination will be used …
ReadDjango → Django - Tutorial 006. Customizing error pages 403, 404, 500
Many resources are decorated error pages if there is a failure in processing a request from the client.
For a start has been made on the site customization of the most frequently occurring errors and other debugging until you come …
Django → Django - Tutorial 005. Adding RSS feeds to the site on Django
While still not a lot of articles on the new site, I add RSS-feed, the benefit of that Django has a built-in functionality for organizing RSS-feeds, as in the usual format, and the Atom format. But first, usually confine adding …
ReadDjango → Django - Tutorial 004. Implementing Bootstrap 3 to site on the Django
Web site design and layout are pretty important issues, and sometimes it would be desirable to develop a website with good and interesting design ... but ... not all of us are designers, and even less good designers. So it …
ReadDjango → Django - Tutorial 003. Model, Template, View on Django
In Django uses a modular system of applications, where one application is composed of several applications, each responsible for its functionality. As you have noticed, at the time of this writing, the site has a section "Knowledge", in which there …
ReadDjango → Django - Tutorial 002. Syntax highlighting of code on site
PrettyPrint, SyntaxHighlighting
The biggest problem when you start writing a site from scratch on the Django was code syntax highlighting. Okay, I was on Wordpress the plugin that works with the task, though a bit loaded site as highlighting was organized on …
ReadDjango → Django - Tutorial 001. Deploying a site on Django + PostgreSQL + Gunicorn + Nginx
PostgreSQL, Nginx, Gunicorn, Ubuntu, Django
Once access to the server with Ubuntu 16.04 was set in a previous article, it is time to expand on it everything necessary for operation of the site, namely:
- Django
- framework for developing web-applications in Python;
- PostgreSQL
- SQL database;
- Gunicorn …
PostgreSQL → Correction database encoding of PostgreSQL from LATIN1 to UTF8
PostreSQL, Ubuntu, LATIN1, UTF8
In the process of server settings for the site, I had to face some problems. In particular, the problem of the PostgreSQL database encoding. The fact is that when you install the PostgreSQL, database templates created with the coding LATIN1, …
Read- Unknown akadamn
- Jan. 24, 2025, 6:14 a.m.
Qt - Test 001. Signals and slots
- Result:84points,
- Rating points4
- Unknown akadamn
- Jan. 24, 2025, 5:22 a.m.
Qt - Test 001. Signals and slots
- Result:42points,
- Rating points-8