An open API service indexing awesome lists of open source software.

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

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}