独立开发的基于Django的贴吧云回网站
一、如何使用
git clone https://github.com/ghosx/TiebaProject.git
cd TiebaProject
pip3 install -r requirements.txt
python3 manage.py crontab add
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
执行完上述命令后访问 https://127.0.0.1:8000/ 即可