We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92d32a6 + 2ce54ba commit 38fedf7Copy full SHA for 38fedf7
README.md
@@ -18,9 +18,11 @@ You need to have docker installed on your system to run this project.
18
```bash
19
git clone git@github.com:django-cms/django-cms-quickstart.git
20
cd django-cms-quickstart
21
-docker compose up --build -d
+docker compose build web
22
+docker compose up -d database_default
23
docker compose run web python manage.py migrate
24
docker compose run web python manage.py createsuperuser
25
+docker compose up -d
26
```
27
28
Then open http://django-cms-quickstart.127.0.0.1.nip.io:8000 (or just http://127.0.0.1:8000) in your browser.
0 commit comments