|
@ -26,9 +26,10 @@ python manage.py runserver |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|
python3 -m venv env |
|
|
python3 -m venv env |
|
|
source env/bin/activate |
|
|
|
|
|
|
|
|
. env/bin/activate |
|
|
pip install -r requirements.txt |
|
|
pip install -r requirements.txt |
|
|
sh download.sh |
|
|
sh download.sh |
|
|
|
|
|
python manage.py migrate |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
## ライセンス |
|
|
## ライセンス |
|
@ -45,4 +46,4 @@ Copyright (c) 2020 first_user |
|
|
|
|
|
|
|
|
## 作者 |
|
|
## 作者 |
|
|
|
|
|
|
|
|
[first_user](https://twitter.com/firstuser17) |
|
|
|
|
|
|
|
|
[first_user](https://twitter.com/firstuser17) |