Last active
June 7, 2018 03:17
-
-
Save jondanao/a6594634bc64187b3dfdc2e5d8bcb165 to your computer and use it in GitHub Desktop.
Zappa Deployment Cheatsheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Zappa uses *.pyc files and needs to be cleaned up when moving to different directory or changing Python versions | |
# https://github.com/Miserlou/Zappa/issues/854 | |
find . -name \*.pyc -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment