Link and DB Checker for DOAB
 
 
 
Go to file
eric 53e3f655c6 fixed issue with naive dates 2023-04-21 17:17:04 -04:00
doab_check fixed issue with naive dates 2023-04-21 17:17:04 -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 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