Following Commans I tried in test docker local server and it worked, would u please advise how I can do on render ?
git clone GitHub - 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.
cd django-cms-quickstart
docker compose build web
docker compose up -d database_default
docker compose run web python manage.py migrate
docker compose run web python manage.py createsuperuser
docker compose up -d