Commenting system for a website, using the Django framework
11.11.2023
606
4
0
In this article I will show how I implemented commenting on my website. Commenting, which is available to both anonymous and registered users.
History of the web and its development through time
05.03.2024
269
0
0
About ARPANET, dot-com bubble and World Wide Web. Appearance of web 2.0 and development of mobile internet.
How to deploy a django project on Beget
12.05.2024
405
0
0
You will know how to link a domain name, host a Django project, transfer databases, and configure a virtual environment. And other tricks.
Integration a React app into Django project
03.08.2024
117
2
1
In this article, you will know the way to integrate the React framework into a Django project. As a result, you will get a full-stack app/website. Also in the article, …
...