You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2020. It is now read-only.
hi, i tried to run"python manage.py collectstatic",
i got the error
You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path.
so i set STATIC_ROOT=os.path.join(BASE_DIR, 'static')
i got the following error:
The STATICFILES_DIRS setting should not contain the STATIC_ROOT setting
could you please tell me how to selve this problem?
thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi, i tried to run"python manage.py collectstatic",
i got the error
You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path.
so i set STATIC_ROOT=os.path.join(BASE_DIR, 'static')
i got the following error:
The STATICFILES_DIRS setting should not contain the STATIC_ROOT setting
could you please tell me how to selve this problem?
thanks.
The text was updated successfully, but these errors were encountered: