We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7e9ff commit 965f2eeCopy full SHA for 965f2ee
README.md
@@ -21,8 +21,8 @@ You need to have docker installed on your system to run this project.
21
22
```bash
23
git clone git@github.com:django-cms/django-cms-quickstart.git
24
-git switch -t origin/support/cms-4.1.x
25
cd django-cms-quickstart
+git switch -t origin/support/cms-4.1.x
26
docker compose build web
27
docker compose up -d database_default
28
docker compose run web python manage.py migrate
0 commit comments