mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-13 10:03:49 -05:00
Fixed bad indentation
This commit is contained in:
parent
30be13ae33
commit
db7810a9d2
@ -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…
x
Reference in New Issue
Block a user