django Customize Django Admin: record name, order, search box and editable field A central feature of Django is the Admin Panel.In this article, I will describe how to customize the Admin Panel and mak... 2022.11.12 django
django Django: How to Route Multiple Apps in 1 project Folder structureWhen routing Django's website, always needs to be aware of the location of the templates you have placed... 2022.11.03 django
django AbstractBaseUser is Flexible and Not So Complicated Define AbstractBaseUser before first migrationBefore you migrate for the first time, I recommend that you consider which... 2022.10.30 django
django Basic Login and Logout Using User Model Development environmentDjango==4.1.2 Python 3.10.6Using the Django authentication systemNo design addesCreate a Superuse... 2022.10.29 django
PHP Basics to Practice of PHP in A Week -3 We'll cover #9 to #10#1 to #6 is HERE: Basics to Practice of PHP in A Week -1#7 & #8 is HERE: Basics to Practice of PHP ... 2022.05.31 PHP
PHP Basics to Practice of PHP in A Week -2 We Cover #7 and #8 todayFor #1 to # 6, please visit: Basics to Practice of PHP in A Week -1What is PHPEnvironment SetupB... 2022.05.29 PHP
PHP Basics to Practice of PHP in A Week -1 We Cover #1 to #6 todayWhat is PHPEnvironment SetupBasic Structure of the ProgramExecution MethodVariablesData typesArra... 2022.05.28 PHP
AWS Delete services that you no longer need on AWS Find out what services are being chargedFirst, open the billing dashboard from the account information on the upper righ... 2022.05.22 AWS
AWS Authorize Your IP by Editing .htaccess Using vim If you are involved in a large project, you often have permission restrictions to certain servers. This time, I will int... 2022.05.22 AWS
AWS SSH Login to the Web Server via the EC2 Bastion SSH login to the bastion serverssh -L 20202:XXXXXXXX:22 mickey.mouse@YYYYYYY -i C:\Users\t_yam\.ssh\aaaaaaa.pem-LA signa... 2022.05.22 AWS