Skip to content

Commit d392bfc

Browse files
amakarudzeshyusu4
andauthored
Update en/add_wagtail_to_your_website/install_wagtail/README.md
Co-authored-by: Sherry <[email protected]>
1 parent c5546b2 commit d392bfc

File tree

1 file changed

+1
-1
lines changed
  • en/add_wagtail_to_your_website/install_wagtail

1 file changed

+1
-1
lines changed

en/add_wagtail_to_your_website/install_wagtail/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ using `/cms/` to access the Wagtail admin interface and keep using `/admin/` to
108108

109109
Wagtail also comes with a user interface for serving Wagtail pages which is provided for by `wagtail_urls` and can be
110110
accessed by visiting the `/pages/` URL. In our current setup, Wagtail will handle Wagtail URLs under `/pages/` and leave
111-
our the root and admin URLs to be handled by our normal Django project. Alternatively, we can have Wagtail serve all
111+
the root and admin URLs to be handled by our normal Django project. Alternatively, we can have Wagtail serve all
112112
URLs, which we will work towards in this project, but for now, we will leave things as they are.
113113

114114
Wagtail also has `wagtail.documents` to be used for documents management which we could also import as

0 commit comments

Comments
 (0)