mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Fixed bad indentation
This commit is contained in:
parent
30be13ae33
commit
db7810a9d2
1 changed files with 7 additions and 9 deletions
|
|
@ -151,9 +151,7 @@ USE_TZ = True
|
||||||
|
|
||||||
STATIC_ROOT = os.path.join(BASE_DIR, "..", "static")
|
STATIC_ROOT = os.path.join(BASE_DIR, "..", "static")
|
||||||
MEDIA_ROOT = os.getenv(
|
MEDIA_ROOT = os.getenv(
|
||||||
"PAPERLESS_MEDIADIR",
|
"PAPERLESS_MEDIADIR", os.path.join(BASE_DIR, "..", "media"))
|
||||||
os.path.join(BASE_DIR, "..", "media")
|
|
||||||
)
|
|
||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
MEDIA_URL = "/media/"
|
MEDIA_URL = "/media/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue