eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.47k stars 314 forks source link

Set template context debug=True with "cactus serve" unless "cactus serve --no-debug" #85

Open amsb opened 10 years ago

amsb commented 10 years ago

To facilitate easily disabling tracking code and other "production only" bits, imitate Django DEBUG=True and django.core.context_processors.debug when serving files locally. Disable with cactus serve —no-debug.