Browse Source

使えるか分からないけどコードブロックを使ってみた

master
first_user 4 years ago
parent
commit
ccebbff598
  1. 4
      readme.md

4
readme.md

@ -14,13 +14,17 @@
## 使い方
```bash
python manage.py runserver
```
## インストール
```bash
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
```
## ライセンス

Loading…
Cancel
Save