Notes related to the following tags: Server. Page 1
Here are collected small notes about all sorts of unimportant, everyday trifles. Which are not worthy of a separate article or any other mention. You can consider this my diary. An easy way for me to splash everything out on the site in a minute, so to speak. They were linked and grouped under the following tags: Server. Page 1
I have finished moving my site to the new project structure. Now updating the site will be no more difficult than executing one command. The user, of course, will not notice anything.
Here, after half a month, I finally finished rewriting articles about deploying sites and other things to hostings providers such as beget and reg. And I would like to completely close this topic by making articles about other hosting providers. Such as: timeweb(RU), digitalocean(EN), hostinger(EN), hostfly(BY) and hoster(BY). This should not take me much time )
I know I should have done this a while ago, but somehow I never got around to it. Publishing your packages on PyPi is surprisingly easy. And what I liked the most was a trial/test/training server for publishing your first packages. Very cool. For my Django applications, it's just right.
I've found a new bug on the website. 404 does not work correctly.
21.11.2024
/
21.11.2024
Long story short, everything works great on pagination pages. I just need to adjust the styles. But an article that does not exist should return a 404 response, but they respond with a 500 code. And the error is hidden somewhere in the Http404 django class. Only for pagination it works, but for article pages it doesn't /_ \