Hello everyone might someone here know how to fix this
i just trying to run the py manage.py collectstatic but when i run the sytsem all of the design was a mess and when i check the collecstatic “0 static files copied to ‘C:UsersReynaldDesktopTestcdo_portalstaticfiles’, 2365 unmodified.”
not sure of that
settings.py
STATIC_URL = ‘/static/’ STATIC_ROOT = os.path.join(BASE_DIR, ‘staticfiles’) STATICFILES_DIRS = [ os.path.join(BASE_DIR, ‘static’) ]
I already tried another way to fix this but still not working
Reynald Rodriguez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
STATIC_URL = ‘/static/’ STATIC_ROOT = os.path.join(BASE_DIR, ‘staticfiles’) STATICFILES_DIRS = [ os.path.join(BASE_DIR, ‘static’) ]
Reynald Rodriguez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.