GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
About 使用flask开发的blog项目--练习 Activity Stars 0 stars Watchers 1 watching Forks 0 forks Report repository Releases No releases published Packages No packages published Languages CSS 58.4% HTML 37.5% Python 4.1% Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
download source code from Github 💾 git clone https://github.com/DogukanUrker/flaskBlog.git go to directory 📁 cd flaskBlog install requirements.txt 🔽 pip install -r requirements.txt it's ready to run 🎉 python app.py 🧑🏻💼 Default Admin Account Username: admin Password: ad...
config.py changed to swagger UI for better look in blog Dec 19, 2023 database.db updates database.db Dec 15, 2023 requirements.txt CORS Fix Dec 16, 2023 Repository files navigation README Dry APIFlask Demo Install First, make sure you have python 3.10 installed. Then: cd dry_api_flask...
.github/workflows app md_images migrations tests .gitignore LICENSE.md README.md Tech spec.md flask_app.py gunicorn_config.py requirements.txt Repository files navigation README MIT license Blog site to publish posts on the IT topic Demo Click here to open ITish blog site ...
$ git clone git@github.com:yokonsan/yublog.git # 下载项目 $ cd yublog $ pip install -r requirements.txt # 安装依赖 环境准备 安装mysql数据库,如需启用redis缓存,需安装redis。 缓存选项: simple: 使用本地Python字典缓存,非线程安全。 redis: 使用Redis作为后端存储缓存值 filesystem: 使用文件系统来...
Flask-blog-tut Doing the Flask tutorial to create a mini-blog application Create an python venv an install flask pytest coverage Clone the application https://github.com/Petreon/flask-blog-tut.git Install the project in the virtual enviroment $ pip install -e . Run tests to see if is every...
git clone https://github.com/lyznne/flask-blog-starter.git Change into the project directory: cd flask-blog-starter Create a virtual environment (optional): python3 -m venv venv Activate the virtual environment: Linux / Mac Bash shell: source venv/bin/activate Fish shell: source venv/bi...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.