mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
28 lines
867 B
ReStructuredText
28 lines
867 B
ReStructuredText
.. _customising:
|
|
|
|
Customising Paperless
|
|
#####################
|
|
|
|
Currently, the Paperless' interface is just the default Django admin, which
|
|
while powerful, is rather boring. If you'd like to give the site a bit of a
|
|
face-lift, or if you simply want to adjust the colours, contrast, or font size
|
|
to make things easier to read, you can do that by adding your own CSS or
|
|
Javascript quite easily.
|
|
|
|
|
|
.. _customising-overrides:
|
|
|
|
Overrides
|
|
=========
|
|
|
|
On every page load, Paperless looks for two files in your media root directory
|
|
(the directory defined by your ``PAPERLESS_MEDIADIR`` configuration variable or
|
|
the default, ``<project root>/media/``) for two files:
|
|
|
|
* ``overrides.css``
|
|
* ``overrides.js``
|
|
|
|
If it finds either or both of those files, they'll be loaded into the page: the
|
|
CSS in the ``<head>``, and the Javascript stuffed into the last line of the
|
|
``<body>``.
|