makinacorpus / django-screamshot

Web pages capture using Django & CasperJS
GNU Lesser General Public License v3.0
106 stars 35 forks source link

TEST_CAPTURE_SCRIPT #40

Closed atsnisov closed 8 years ago

atsnisov commented 8 years ago

Introducing TEST_CAPTURE_SCRIPT setting, which, when set to False, won't test the capture command by running it during app initialization. The default behavior remains the same, that is, TEST_CAPTURE_SCRIPT defaults to True.

Fixes #39.

dtran320 commented 8 years ago

+1 for this

leplatrem commented 8 years ago

Thanks!

ebrehault commented 8 years ago

@leplatrem wouah you're fast :) I was about to review it.

leplatrem commented 8 years ago

It's one of the repos I forgot to unwatch, next time I won't be that fast unless you mention me :) Thanks everyone!

atsnisov commented 8 years ago

Thanks for the fast merge!