Export to GitHub

media-enclave - issue #29

File missing


Posted on Feb 20, 2011 by Grumpy Camel

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?

Comment #1

Posted on Feb 20, 2011 by Swift Camel

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.

Status: New

Labels:
Type-Defect Priority-Medium