talpor / django-dashing

django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the dashboard framework Dashing
BSD 3-Clause "New" or "Revised" License
731 stars 108 forks source link

Replace STATIC_URL by static tag #4

Closed VerosK closed 10 years ago

VerosK commented 10 years ago

I've replaced {{ STATIC_URL }} variable by Django 1.5 new {% static %} tag. Without %static tag, django-dashing required some special settings.

I would like ask you to merge this pull request.

Tested on Django 1.6, should work in Django 1.5 according to the Django documentation

mtdb commented 10 years ago

Thanks for your input!