Skip to content
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

collectstatic does not collect djangular static files #41

Open
simondrabble opened this issue Mar 15, 2016 · 1 comment
Open

collectstatic does not collect djangular static files #41

simondrabble opened this issue Mar 15, 2016 · 1 comment

Comments

@simondrabble
Copy link

./manage.py collectstatic results in no djangular files being copied over - I had to copy them manually. This is under django 1.8 (and TBH it might be an issue with django).

django.contrib.staticfiles.finders.AppDirectoriesFinder is in the relevant place in settings.

@nicholasserra
Copy link
Contributor

I've tested this with 1.8 and 1.9 without issues. Are you sure the apps you're trying to collectstatic on are in your INSTALLED_APPS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants