Skip to content

Commit

Permalink
Update en/add_wagtail_to_your_website/install_wagtail/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sherry <shyusupova4@gmail.com>
  • Loading branch information
amakarudze and shyusu4 authored May 10, 2024
1 parent 955dcb1 commit a03afb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/add_wagtail_to_your_website/install_wagtail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Then we need to add the following lines to `urlspatterns` list to include Wagtai
path('pages/', include(wagtail_urls)),
```

Wagtail comes with its own custom admin interface provide by `wagtailadmin_urls` which we will be able to access by
Wagtail comes with its own custom admin interface provided by `wagtailadmin_urls` which we will be able to access by
visiting the URL`/cms/`. This is different from the Django admin interface provided by `django.contrib.admin`we have
been accessing by the `/admin/` URL. In a typical Wagtail only project, the admin site would be at `/admin/` but
because we are adding Wagtail to an already existing Django project, this would clash with our , admin URL so we are
Expand Down

0 comments on commit a03afb3

Please sign in to comment.