Compare commits

...

1 commit

Author SHA1 Message Date
Mouse Reeve bb0357b38f Cache buster 2022-02-18 21:51:56 -08:00

View file

@ -19,7 +19,7 @@ RELEASE_API = env(
PAGE_LENGTH = env("PAGE_LENGTH", 15)
DEFAULT_LANGUAGE = env("DEFAULT_LANGUAGE", "English")
JS_CACHE = "7b5303af"
JS_CACHE = "3b2303af"
# email
EMAIL_BACKEND = env("EMAIL_BACKEND", "django.core.mail.backends.smtp.EmailBackend")