update links in README and {bookwyrm,celerywyrm}/settings.py files

the link to celery's homepage has been dead for at least several months
activitypub.rocks now supports tls (yay!)
the links to django's docs were for older versions of django than what bookwyrm uses
This commit is contained in:
n2no1
2021-04-12 11:56:26 -04:00
parent 32e2bea52c
commit 92e9ff6cff
3 changed files with 4 additions and 4 deletions

View File

@ -149,7 +149,7 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/3.0/howto/static-files/
# https://docs.djangoproject.com/en/3.1/howto/static-files/
STATIC_URL = "/static/"
STATIC_ROOT = os.path.join(BASE_DIR, env("STATIC_ROOT", "static"))