specialunderwear / django-easymode

Quickly build backends for flash/flex websites with Django.
GNU General Public License v3.0
33 stars 20 forks source link

Support django 1.3 static files subsystem #2

Closed nnseva closed 12 years ago

nnseva commented 12 years ago

The django 1.3 has the static files subsystem which scans 'static' directories to see what files should be copied or linked to the 'static' directory of the project using your application. Just make a link or copy the 'media' directory to the 'static' to make this option available for application users.

specialunderwear commented 12 years ago

Good idea, I will do that. In the meanwhile you can use https://gist.github.com/1165344 to use apps that don't have a static dir in django 1.3.

specialunderwear commented 12 years ago

fixed in 0e371a6c03111417f23577924f71e31d53aef282