Python development imitates zhuye.kim's personal homepage/navigation website program with backend

888u

Last update at :2024-02-08,Edit by888u

A simple personal homepage/navigation program developed by Django framework imitating zhuye.kim, with background

A simple navigation program imitating zhuye.kim

Instructions for use 1. Install Python3 and necessary components and libraries To install Python3 on Centos7 system, please refer to the article: http://blog.51cto.com/wenguonideshou/2083301

yum install git screen -y pip3 install django pymysql pillow

2. Install mysql/mariadb and create a new database named zhuye

3. Modify the database information corresponding to DATABASES in zhuye_kim/settings.py (only the database password needs to be modified)

4. Download source code and create tables

git clone https://github.com/wenguonideshou/zhuye_kim cd zhuye_kim python3 manage.py makemigrations python3 manage.py migrate

5. Import zhuye.sql

6. Run the website

screen -S zhuye python3 manage.py runserver 127.0.0.1:8001

7.Nginx reverse proxy

The background address is http://ip/admin. If reverse proxy is used, it is http://domain name/admin. The administrator user name is admin and the password is 12345678@ The "big category" in the background refers to the commonly used/boys/girls row, and the "small category" refers to the popular/information/video/mailbox column. For more help, please join the group

Update record: 2018-07-26 Added the function of changing the background image and released version 1.1 2018-07-19 Repair Baidu search keyword association function, release version 1.0 2018-07-18 Complete all sites and icons in navigation 2018-07-17 Removed multi-engine and changed to default single engine 2018-07-16 Release beta version

Recommended site searches: virtual space host, high-defense US server, free domain name registration with 0 yuan registration, my ip address, Korean server rental, ip address query, server, Chinese agent ip, domain name registration information query, network server ,

Python development imitates zhuye.kim's personal homepage/navigation website program with backend

All copyrights belong to 888u unless special state
取消
微信二维码
微信二维码
支付宝二维码