nvbn / django-bower

Easy way to use bower with your django project
https://django-bower.readthedocs.io/
518 stars 75 forks source link

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

Open xcarpentier opened 9 years ago

xcarpentier commented 9 years ago

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 commented 7 years ago

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