mirror of https://gitlab.crans.org/bde/nk20
set STATIC_ROOT
This commit is contained in:
parent
25fc35c857
commit
2de5a8030e
|
@ -176,7 +176,7 @@ FIXTURE_DIRS = [os.path.join(BASE_DIR, "note_kfet/fixtures")]
|
|||
# Don't put anything in this directory yourself; store your static files
|
||||
# in apps' "static/" subdirectories and in STATICFILES_DIRS.
|
||||
# Example: "/var/www/example.com/static/"
|
||||
STATIC_ROOT = os.path.realpath(__file__)
|
||||
STATIC_ROOT = os.path.join(BASE_DIR,"static/")
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR, 'static')]
|
||||
|
||||
|
|
Loading…
Reference in New Issue