TemplatesΒΆ

Grappelli includes a Documentation about the HTML/CSS framework. You need to add the URLs like this:

urlpatterns = [
    path('grappelli/', include('grappelli.urls')), # grappelli URLS
    path('grappelli-docs/', include('grappelli.urls_docs')), # grappelli docs URLS
    path('admin/', admin.site.urls), # admin site
]