main
yaemiku 2023-12-26 04:54:05 +01:00
parent 5e57079014
commit fdd72d0069
Signed by: podlaskizbs
GPG Key ID: ADC039636B3E4AAB
3 changed files with 6 additions and 2 deletions

View File

@ -27,7 +27,7 @@ SECRET_KEY = 'django-insecure-di(3!svrv%ot-07@%quxc9^@##0@w+#zccozl4_3e@nnsx5f(g
DEBUG = os.getenv('DEBUG', False) == 'True'
ALLOWED_HOSTS = ['*']
CSRF_TRUSTED_ORIGINS = ['https://podlaskizbs.pl', 'http://127.0.0.1']
CSRF_TRUSTED_ORIGINS = ['https://podlzbs.pl', 'https://www.podlzbs.pl', 'http://127.0.0.1']
INTERNAL_IPS = [
"127.0.0.1",

View File

@ -6,4 +6,4 @@ django-filebrowser-no-grappelli
django-htmlmin
django-cleanup
django-js-asset
pillow
Pillow==9.5.0

View File

@ -4,6 +4,10 @@
{% block extrastyle %}
{{ block.super }}
<style>
.skip-to-content-link {
display: none;
}
:root {
--primary: #79aec8;
--secondary: #417690;