google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

basic_project has wrong MEDIA_URL #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup basic_project (./manage.py syncdb, ./manage.py runserver 8080)

What is the expected output? What do you see instead?

404 errors on basecss, tabs.css, jquery.js 

What version of the product are you using? On what operating system?

trunk r1444

Please provide any additional information below.

fix: in settings.py 

MEDIA_URL = '/site_media/'

not '/media/'

Original issue reported on code.google.com by charles....@gmail.com on 27 Jan 2009 at 3:54

GoogleCodeExporter commented 9 years ago
Fixed in revision 1451

Original comment by leidel on 1 Mar 2009 at 2:08