Skip to content

Commit 336f374

Browse files
author
Mario Colombo
committed
Merge branch 'main' into support/cms-4.0.x
2 parents 7191608 + 409d9da commit 336f374

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.env-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DATABASE_URL=postgres://postgres:password@database_default:5432/db
22
DEFAULT_STORAGE_DSN=file:///data/media/?url=%2Fmedia%2F
33
DEBUG=True
4-
DOMAIN_ALIASES=localhost, 127.0.0.1
4+
DOMAIN_ALIASES="localhost, 127.0.0.1"
55
SECURE_SSL_REDIRECT=False

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ A Dockerised django CMS project, ready to deploy on [Divio](https://www.divio.co
66

77
This version uses Python 3.8 running and the most up-to-date versions of Django 3.1 and django CMS 3.8.
88

9+
This project is endorsed by the [django CMS Association](https://www.django-cms.org/en/about-us/). That means that it is officially accepted by the dCA as being in line with our roadmap vision and development/plugin policy. Join us on [Slack](https://www.django-cms.org/slack/) for more information or questions.
10+
911
## Installation
1012

1113
You need to have docker installed on your system to run this project.

0 commit comments

Comments
 (0)