diff --git a/src/paperless/urls.py b/src/paperless/urls.py index b7bc13b10..9ae1efc91 100644 --- a/src/paperless/urls.py +++ b/src/paperless/urls.py @@ -60,3 +60,10 @@ urlpatterns = [ if settings.SHARED_SECRET: urlpatterns.insert(0, url(r"^push$", PushView.as_view(), name="push")) + +# Text in each page's

(and above login form). +admin.site.site_header = 'Paperless' +# Text at the end of each page's . +admin.site.site_title = 'Paperless' +# Text at the top of the admin index page. +admin.site.index_title = 'Paperless administration'