-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get SuspiciousFileOperation #26
Comments
Super late, and not the maintainer, but I figured I'd answer the question because I just had this problem last night. You're missing a comma after Since |
Thanks @naitian ! |
Thank you so much @naitian |
@naitian you're a lifesaver, sir! |
I am running:
and I get this error:
django.core.exceptions.SuspiciousFileOperation: The joined path (/) is located outside of the base path component (/Users/paul/angular-rest/web/web/backend/static)
My settings look like this:
Someone had this problem in 2013 for django-pipeline but they fixed it here (jazzband/django-pipeline#211). If you have time, can you take a look at it? I'm afraid a lot of the code is way over my head.
For your convenience, I was able to reproduce the issue in this starter project which was created via
django-admin startproject myproject
. I placed the project (along with the sqlite3 db) here:https://github.com/pebreo/dj18-browserify-issue
The text was updated successfully, but these errors were encountered: