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

404 on example project -- /static/jquery/dist/jquery.js HTTP/1.1 404 #47

Open
xcarpentier opened this issue May 21, 2015 · 1 comment
Open

Comments

@xcarpentier
Copy link

Hello,

I did test django-bower in my own project but I have an issue on static files from bower : not found.

So, I want to test the example to verify if it's my own bug or if it's bug in the django-bower project or whatever I missed !

Unfortunately, the example fail as my own project !

Do you have any suggestion on that , please ?

Thx,

See my process to test example project :
➜ ~ git clone https://github.com/nvbn/django-bower
Cloning into 'django-bower'...
[...]
➜ ~ cd django-bower
➜ django-bower git:(master) cd example
➜ example git:(master) python manage.py syncdb
➜ example git:(master) python manage.py bower_install
[...]
underscore#1.8.3 app/bower_components/underscore
jquery#2.1.4 app/bower_components/jquery
➜ example git:(master) ./manage.py runserver
Validating models...

0 errors found
May 21, 2015 - 04:21:23
Django version 1.6.1, using settings 'example.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
[21/May/2015 04:21:32] "GET / HTTP/1.1" 200 496
[21/May/2015 04:21:32] "GET /static/jquery/dist/jquery.js HTTP/1.1" 404 1667
[21/May/2015 04:21:32] "GET /static/underscore/underscore.js HTTP/1.1" 404 1676

@Ras-al-Ghul
Copy link

@xcarpentier Did you get it to work finally? I have the same issue - the 'example' project gives a 404 for the static files.

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