hovel / pybbm

Django forum solution. Tested, documented, shipped with example project.
BSD 2-Clause "Simplified" License
225 stars 151 forks source link

Convert templates to use staticfiles instead of STATIC_URL #201

Closed Raven-bit closed 8 years ago

Raven-bit commented 8 years ago

It looks like using STATIC_URL this way was from before Django 1.4. My Django 1.8 project didn't include the static contexts by default, meaning STATIC_URL was undefined.

This changes the templates so that they wouldn't have had any problems on my new Django project; works without a problem for me. Let me know if this is good or more should be done.

Raven-bit commented 8 years ago

I'm going to close this PR, rebase it to a single commit on a feature branch and resubmit.