VIEW
Sign of basic view
Full display of post metadata
Sign of simplified view
Simplified version of posts preview
ORDER
Sign of sorting
Sort a posts by date
Sorting posts relative to today
Sorting posts by day of week
Mon
Tue
Wen
Thu
Fri
Sat
Sun
Sorting posts by day of month
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Sorting posts by month
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Sorting posts by year
2021
2022
2023
2024
2025
TYPE
Used tags for filtration
backend
django

Articles related to the following tags: Backend, Django. Page 1

A type of post that combines the most interesting and design-independent posts of a variety of formats. Which includes reviews, tutorials and more. They were linked and grouped under the following tags: Backend, Django. Page 1
In english/ Articles/ Page 1, Django, Backend,

Commenting system for a website, using the Django framework

Clock
11.11.2023
An eye
32
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0
Backend
Django
In this article I will show how I implemented commenting on my website. Commenting, which is available to both anonymous and registered users.

Implementation of authentication system on django

Clock
30.10.2023
An eye
36
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0
Backend
Django
Let me make a reservation right away that the authentication system that you and I will write is not based on the built-in Django application, django.contrib.auth. This will be a …

Improved the paginator and added a tag system to the site

Clock
22.09.2024
An eye
95
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0
Backend
News
Django
JS
Frontend
Personal
Paginator
SEO recommendations from Google were used to improve the paginator and infinite scroll using replace and push states for the URL. A tag system was also developed for the site. …

Create a new app inside a Django project. How to add this new app to project

Clock
19.07.2024
An eye
17
Hearts
0
Connected dots
0
Connected dots
0
Connected dots
0
Backend
Django
In this article you will know commands how to create new django app, how to add model to app and how to configure it.
...
Chevron
Chevron