Skip to content

Commit

Permalink
Merge pull request #88 from GTZ-STUDIO/setup-CD
Browse files Browse the repository at this point in the history
Added STATIC_ROOT in settings.py
  • Loading branch information
Verzaccii committed Mar 14, 2024
2 parents 9082daf + 6557b0b commit 5c2450e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lvlgg_backend/lvlgg_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
},
]

STATIC_ROOT = BASE_DIR/'staticfiles'

WSGI_APPLICATION = "lvlgg_backend.wsgi.application"


Expand Down

0 comments on commit 5c2450e

Please sign in to comment.