This is an online web warehouse data management system based on HTML/python/django/mySQL
The preset functions include login verification, database addition/deletion/modification/search. And has the function of importing and exporting Excel.
| Creator |
|---|
| Zijian Su |
python 3.7
mysql 8.0.34
pycharm ->new django template
use pycham to create a django project, copy all files in to the project you just created.
open terminal,
First type python manage.py migrate
then type python manage.py runserver
You can see the running effect by entering the URL displayed on the terminal. ( http://127.0.0.1:8000/)