CLS dalam Python
import os
clear = lambda: os.system('cls')
# Then use clear(), to clear terminal
Temerold
import os
clear = lambda: os.system('cls')
# Then use clear(), to clear terminal
python manage.py collectstatic
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'checkstatic/static/')
]