Unless there's an obvious thing I'm missing here, I'd treat this as either
one of the following:
- a bug, because it should look in JS files too
- a feature request to add a --lookup_path argument
The current workaround is to run manage.py from whatever folder you want
it to look in.
--
Ticket URL: <https://code.djangoproject.com/ticket/23584>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_docs: => 0
* resolution: => needsinfo
* needs_tests: => 0
* needs_better_patch: => 0
Comment:
If your `STATIC_ROOT` setting is pointing to some files actually in your
source tree, you're doing it wrong, see #23583.
Now if the above doesn't explain your issue entirely, could you please
make a sample project where we could reproduce the problem?
--
Ticket URL: <https://code.djangoproject.com/ticket/23584#comment:1>
Comment (by edu2004eu):
I did see that issue, and corrected my mistake, however the result was
still the same. I also printed `self.ignore_patterns` and it doesn't
contain the folder with my static files.
I still believe it's to do with the line I originally posted, but I will
try to create a minimal sample project with this issue and re-open.
--
Ticket URL: <https://code.djangoproject.com/ticket/23584#comment:2>