stephenmcd / django-socketio

WebSockets for Django
BSD 2-Clause "Simplified" License
1.32k stars 244 forks source link

use static template tag instead of STATIC_URL #83

Closed gmixo closed 9 years ago

gmixo commented 9 years ago

My project totaly refuse to render STATIC_URL in template despite of

  STATIC_URL = '/static/'

set in my settings.py

also use STATIC_URL in templates is ugly

stephenmcd commented 9 years ago

Thanks!