Link and DB Checker for DOAB
 
 
 
Go to file
eric e70d580aea fix problem when links are deprecated 2023-05-23 14:16:55 -04:00
doab_check fix problem when links are deprecated 2023-05-23 14:16:55 -04:00
scripts cron scripts 2023-04-26 16:22:05 -04:00
static add static dir 2023-03-24 16:13:49 -04:00
.gitattributes
.gitignore fix static 2023-03-30 14:30:47 -04:00
LICENSE
Pipfile fixed issue with naive dates 2023-04-21 17:17:04 -04:00
Pipfile.lock fixed issue with naive dates 2023-04-21 17:17:04 -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 fixed issue with naive dates 2023-04-21 17:17:04 -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