Skip to content

Commit

Permalink
Merge pull request #270 from inosca/upgrade-deps
Browse files Browse the repository at this point in the history
fix(deps)!: upgrade to python 3.10 and django 4
  • Loading branch information
czosel authored Jul 9, 2024
2 parents 2bd634c + 401f7d3 commit 86519e4
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 355 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.7-slim
FROM python:3.10-slim

WORKDIR /app

Expand Down
1 change: 0 additions & 1 deletion ebau_gwr/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def default(default_dev=env.NOTSET, default_prod=env.NOTSET):
LANGUAGE_CODE = env.str("LANGUAGE_CODE", "en-us")
TIME_ZONE = env.str("TIME_ZONE", "UTC")
USE_I18N = True
USE_L10N = True
USE_TZ = True

# Authentication
Expand Down
Loading

0 comments on commit 86519e4

Please sign in to comment.