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

No static/ when installed via pip #427

Closed
gpip opened this issue Mar 21, 2016 · 4 comments
Closed

No static/ when installed via pip #427

gpip opened this issue Mar 21, 2016 · 4 comments

Comments

@gpip
Copy link

gpip commented Mar 21, 2016

After running pip install -U django-import-export==0.4.3 you will notice that the import_export directory does not include the static/ directory, causing 404 errors on the js file.

@int-ua
Copy link
Contributor

int-ua commented Mar 21, 2016

Did you run the collectstatic command?

@gpip
Copy link
Author

gpip commented Mar 21, 2016

Yes, the static/ simply doesn't exist on the pypi package, so there's nothing to collect from it. If I install from the latest commit in this repo, it works just fine.

@int-ua
Copy link
Contributor

int-ua commented Mar 21, 2016

Confirming.

@bmihelac
Copy link
Member

Thanks for reporting, this should be fixed with new release.

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

3 participants