7 May
2017
7 May
'17
2:06 p.m.
Hello List,
I did see this discussed in #180 <https://gitlab.com/mailman/postorius/issues/180>, but I didn't quite understand if this is an issue or not.
Why is it that I can run the development server just fine.
[07/May/2017 13:23:47] "GET
/static/postorius/libs/bootstrap/css/bootstrap.min.css HTTP/1.1" 304 0
[07/May/2017 13:23:47] "GET /static/postorius/css/style.css
HTTP/1.1" 304 0
[07/May/2017 13:23:47] "GET
/static/postorius/libs/bootstrap/js/bootstrap.min.js HTTP/1.1" 304 0
[07/May/2017 13:23:47] "GET /static/django-mailman3/js/main.js
HTTP/1.1" 304 0
[07/May/2017 13:23:47] "GET
/static/postorius/libs/jquery/jquery-1.11.3.min.js HTTP/1.1" 304 0
[07/May/2017 13:23:47] "GET /static/django-mailman3/css/main.css
HTTP/1.1" 304 0
[07/May/2017 13:23:47] "GET /static/postorius/js/script.js HTTP/1.1"
304 0
[07/May/2017 13:23:47] "GET
/static/postorius/img/mailman_logo_small_trans.png HTTP/1.1" 304 0
And as soon as I comment out
# SECURITY WARNING: don't run with debug turned on in production!
# DEBUG = True
in mailman-suite/mailman-suite_project/settings.py and restart it 404s on me.
[07/May/2017 13:41:36] "GET
/static/postorius/libs/bootstrap/css/bootstrap.min.css HTTP/1.1" 404 127
[07/May/2017 13:41:36] "GET /static/django-mailman3/css/main.css
HTTP/1.1" 404 109
[07/May/2017 13:41:36] "GET /static/postorius/css/style.css
HTTP/1.1" 404 104
[07/May/2017 13:41:36] "GET /static/django-mailman3/js/main.js
HTTP/1.1" 404 107
[07/May/2017 13:41:36] "GET
/static/postorius/libs/bootstrap/js/bootstrap.min.js HTTP/1.1" 404 125
[07/May/2017 13:41:36] "GET
/static/postorius/libs/jquery/jquery-1.11.3.min.js HTTP/1.1" 404 123
[07/May/2017 13:41:36] "GET /static/postorius/js/script.js HTTP/1.1"
404 103
[07/May/2017 13:41:36] "GET
/static/postorius/img/mailman_logo_small_trans.png HTTP/1.1" 404 123
So the choice is insecure vs. ugly? Neither of those sounds very tempting.
I guess, I am missing something, or no?
Simon