rryan / media-enclave

Automatically exported from code.google.com/p/media-enclave
0 stars 0 forks source link

File missing #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start the server: ./manage.py runserver
2. Go to: http://localhost:8000/audio/

What is the expected output? What do you see instead?
You get an error in terminal output of Django:

ERROR:root:An unhandled exception occurred: 
Http404(u'"/home/user/workspace/menclave/aenclave/styles/aenclave-sprites.css" 
does not exist',)
[20/Feb/2011 16:56:54] "GET /audio/styles/aenclave-sprites.css HTTP/1.1" 404 
1806

What version of the product are you using? On what operating system?
Ubuntu 10.10 
>>> django.VERSION
(1, 2, 4, 'final', 0)

Please provide any additional information below.
What should contain this file?

Original issue reported on code.google.com by denis.da...@gmail.com on 20 Feb 2011 at 9:59

GoogleCodeExporter commented 9 years ago
This should only happen if you turn on settings.USE_BUNDLES, which should 
default to False.  In any case, you should be able to run "./manage.py 
bundle_media" and it will create that file.

Sorry, our setup is much more complicated than it needs to be.  Recently we 
added a pip requirements.txt file which hopefully helped.

Original comment by reid.kle...@gmail.com on 20 Feb 2011 at 10:25