stephenmcd / cartridge

Ecommerce for Mezzanine
http://cartridge.jupo.org
BSD 2-Clause "Simplified" License
707 stars 299 forks source link

#317 : use static_lazy instead of static #318

Closed jlirochon closed 7 years ago

jlirochon commented 7 years ago

from mezzanine.utils.static import static_lazy as static seems to be the way to go in mezzanine.

It fixes my problem, does it make sense for you ?

dsanders11 commented 7 years ago

@jlirochon, please try to keep discussion in one place. This is now fragmented over three different places.

This pull request LGTM. I'm not sure how this got missed when Mezzanine was moved to static_lazy, my own fork of Cartridge has it, so, whoops.

@stephenmcd, I think this is good to merge.