Static files not loading on Django + Apache2
Static files not loading on Django + Apache2
STATIC_URL = 'staticfiles/'
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
#this code
STATICFILES_DIRS = [
BASE_DIR / "static",
]
it show error like this
Using the URLconf defined in thomkell.urls, Django tried these URL patterns, in this order: