Skip to content

Commit e46ed74

Browse files
committed
Add minor fixes
1 parent 8a0a3d1 commit e46ed74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aplus/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
('fi', 'Finnish'),
393393
('sv', 'Swedish'),
394394
]
395-
TIME_ZONE = 'EET'
395+
TIME_ZONE = 'Europe/Helsinki'
396396
USE_I18N = True
397397
USE_TZ = True
398398
FORMAT_MODULE_PATH = 'aplus'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ git+https://github.com/apluslms/js-jquery-toggle.git@2.0.0#egg=js-jquery-toggle-
1212
git+https://github.com/apluslms/django-colortag.git@3.0.0#egg=django-colortag~=3.0.0
1313
feedparser ~= 6.0.2
1414
html5lib ~= 1.1
15-
lxml ~= 5.3.1
15+
lxml >= 5.3.1
1616
# NOTE: Change version number in requirements_prod.txt if updated
1717
#lz4 ~= 4.3.2
1818
cachetools ~= 4.2.1

0 commit comments

Comments
 (0)