https://github.com/bnbong/myblog_frontend
<개인 프로젝트> frontend-side of blog project wriiten with Python Flask
https://github.com/bnbong/myblog_frontend
Last synced: 17 days ago
JSON representation
<개인 프로젝트> frontend-side of blog project wriiten with Python Flask
- Host: GitHub
- URL: https://github.com/bnbong/myblog_frontend
- Owner: bnbong
- Created: 2022-05-22T12:13:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T11:18:21.000Z (about 3 years ago)
- Last Synced: 2025-09-09T21:30:07.133Z (25 days ago)
- Language: CSS
- Homepage:
- Size: 4.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Myblog_frontend
## venv activate
> source .venv/bin/activate## venv deactivate
> deactivate## testing template at live environment
- write template to test at /static/templates_test
- access https://{host}/static/templates_test/{template_name.html}