mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
fix for django-sri or static files not detecting new files. not sure which but clearing files on collectstatic fixes it.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
python manage.py migrate --settings=cbreader.settings.base
|
python manage.py migrate --settings=cbreader.settings.base
|
||||||
|
|
||||||
python manage.py collectstatic --settings=cbreader.settings.base --noinput
|
python manage.py collectstatic --settings=cbreader.settings.base --noinput --clear
|
||||||
|
|
||||||
gunicorn --workers 3 --bind 0.0.0.0:8000 cbreader.wsgi:application
|
gunicorn --workers 3 --bind 0.0.0.0:8000 cbreader.wsgi:application
|
||||||
@@ -3,7 +3,7 @@ line_length = 119
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "cbwebreader"
|
name = "cbwebreader"
|
||||||
version = "0.3.2"
|
version = "0.3.4"
|
||||||
description = "CBR/Z Web Reader"
|
description = "CBR/Z Web Reader"
|
||||||
authors = ["ajurna <ajurna@gmail.com>"]
|
authors = ["ajurna <ajurna@gmail.com>"]
|
||||||
license = "Creative Commons Attribution-ShareAlike 4.0 International License"
|
license = "Creative Commons Attribution-ShareAlike 4.0 International License"
|
||||||
|
|||||||
Reference in New Issue
Block a user