Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
environment:
DATABASE_URL: postgres://postgres@database_default:5432/db
DEBUG: "True"
SECURE_SSL_REDIRECT: "False"
links:
- "database_default"
# The following command is used to start the local development server.
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ whitenoise
easy-thumbnails

# key requirements for django CMS
django-cms>=5.0.5
django-cms>=5.0.6
djangocms-versioning>=2.0.0
djangocms-alias>=2.0.0

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
# pip-compile --output-file=requirements.txt
#
asgiref==3.8.1
# via django
Expand All @@ -22,7 +22,7 @@ cssselect2==0.8.0
# via svglib
dj-database-url==3.0.0
# via -r requirements.in
django==5.2.3
django==5.2.11
# via
# -r requirements.in
# dj-database-url
Expand All @@ -45,7 +45,7 @@ django-classy-tags==4.1.0
# via
# django-cms
# django-sekizai
django-cms==5.0.5
django-cms==5.0.6
# via
# -r requirements.in
# djangocms-alias
Expand Down