We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54dd917 commit d69c843Copy full SHA for d69c843
en/add_wagtail_to_your_website/install_wagtail/README.md
@@ -150,6 +150,12 @@ urlpatterns = [
150
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
151
```
152
153
+After this, we need to run migrations to create models for Wagtail as shown below:
154
+
155
+```
156
+(myvenv) ~/djangogirls$ python manage.py runserver
157
158
159
We should now be able to get the following when we visit `http://127.0.0.1:8000/cms/`:
160
161

0 commit comments