django-cms / django-cms-quickstart

A Dockerised django CMS project, ready to deploy on Divio or another Docker-based cloud platform, and run locally in Docker on your own machine. A Divio account is not required.
https://docs.django-cms.org/en/latest/introduction/01-install.html
MIT License
99 stars 335 forks source link

No css is loaded #38

Closed driesdesmet closed 1 year ago

driesdesmet commented 1 year ago

Trying this out for the first time, and the css is not available. I'm guessing it needs bootstrap 5? I'm using docker container to run this.

driesdesmet commented 1 year ago

Ah, so I found that you need to assign a template when you first create a page. The default is 'nearest ancestor', and since this was my first page, I guess it fell back to the 'minimal' template. Fine, I just was expecting something something else.