Link and DB Checker for DOAB
 
 
 
Go to file
eric c50e9cd8be add item checker designed to run in cron 2023-04-20 17:28:52 -04:00
doab_check add item checker designed to run in cron 2023-04-20 17:28:52 -04:00
static add static dir 2023-03-24 16:13:49 -04:00
.gitattributes Initial commit 2022-09-07 16:09:13 -04:00
.gitignore fix static 2023-03-30 14:30:47 -04:00
LICENSE Initial commit 2022-09-07 16:09:13 -04:00
Pipfile get providers page working 2023-03-28 16:25:59 -04:00
Pipfile.lock allow multiple python versions 2023-03-24 16:40:20 -04:00
README.md document updating 2023-04-19 13:16:20 -04:00
manage.py loading objects from doab! 2023-02-20 16:03:07 -05:00
pyproject.toml organize settings, setup 2023-03-24 13:19:19 -04:00
setup.cfg organize settings, setup 2023-03-24 13:19:19 -04:00
setup.py organize settings, setup 2023-03-24 13:19:19 -04:00

README.md

doab-check

Link and DB Checker for DOAB

update

cd doab-check
git fetch origin
git checkout remotes/origin/main
pipenv shell

python manage.py migrate
sudo systemctl restart gunicorn