Miserlou/Zappa

Add a pre-deployment sanity check

Open

#78 opened on May 11, 2016

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Python (1,286 forks)batch import
enhancementgood-ideahacktoberfesthelp wanted

Repository metrics

Stars
 (11,903 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Just display warnings if the app_module doesn't exist to avoid the

 UnboundLocalError: local variable 'app_module' referenced before assignment 

that happens from putting the wrong values in zappa_settings.

Contributor guide