Don’t write full path of directories. For example usage:
python manage.py collectstatic --noinput -i admin
This command won’t copy the admin/ directory to STATIC_ROOT path.
Don’t write full path of directories. For example usage:
python manage.py collectstatic --noinput -i admin
This command won’t copy the admin/ directory to STATIC_ROOT path.