doab-check/README.md

16 lines
211 B
Markdown
Raw Normal View History

2022-09-07 20:09:13 +00:00
# doab-check
Link and DB Checker for DOAB
2023-04-19 17:16:20 +00:00
## update
```
cd doab-check
git fetch origin
git checkout remotes/origin/main
pipenv shell
python manage.py migrate
sudo systemctl restart gunicorn
```