Link and DB Checker for DOAB
 
 
 
Go to file
eric 1890dbacac one provider doesn't like <, > in user agent string 2024-03-13 14:55:34 -04:00
doab_check one provider doesn't like <, > in user agent string 2024-03-13 14:55:34 -04:00
scripts fix names 2023-10-23 14:08:06 -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 Update .gitignore 2023-10-20 14:42:53 -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 add config and resize info 2023-10-23 13:39:53 -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

resize droplet

 poweroff

reconfigure in console power on button

 sudo restart nginx
 sudo restart gunicorn

initial config

https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-18-04