Answers for "set django static root"

0

set django static root

# Setting Static Root
STATIC_ROOT = os.path.join(BASE_DIR, "static/")
Posted by: Guest on September-16-2021

Python Answers by Framework

Browse Popular Code Answers by Language