It is a practice project for the author after self-learning Django and SQLite. The purpose is to develop a module for leaving messages online with Django for the frontend and SQLite for the database.
System | Windows 10 x64 |
Language | Python 3.7 |
Framework | Django 3.2.7 |
Frontend | HTML, CSS, Javascript |
Database | SQLite3 |
IDE | PyCharm 2019.2.5 (Professional Edition) |
git clone https://github.com/KennardWang/Leave-Messages-Online.git
pip install -r requirements.txt
- Run the server by
python manage.py runserver 127.0.0.1:8084
. - Visit http://127.0.0.1:8084/board/ and look through the guideline.
Feel free to open an issue or submit PRs.