atur root statis django

# Setting Static Root
STATIC_ROOT = os.path.join(BASE_DIR, "static/")
Panicky Pintail