This file contains hidden or 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
import datetime | |
class Foo: | |
def __init__(self, x): | |
self.x = x | |
def x_key(foo): | |
return foo.x |
This file contains hidden or 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
MIGRATION_MODULES = { | |
app[app.rfind('.') + 1:]: 'myapp.migrations_not_used_in_tests' | |
for app in INSTALLED_APPS | |
} |
This file contains hidden or 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
$ vagrant --debug docker-run -t --rm pmc_server -- sh -i | |
INFO global: Vagrant version: 1.7.4 | |
INFO global: Ruby version: 2.0.0 | |
INFO global: RubyGems version: 2.0.14 | |
INFO global: VAGRANT_OLD_ENV_PATH="/usr/local/opt/pyenv/shims:/usr/local/opt/pyenv/shims:/usr/local/opt/pyenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin" | |
INFO global: VAGRANT_OLD_ENV_XPC_FLAGS="0x0" | |
INFO global: VAGRANT_OLD_ENV_SHLVL="1" | |
INFO global: VAGRANT_INSTALLER_VERSION="2" | |
INFO global: VAGRANT_OLD_ENV_TMPDIR="/var/folders/tv/fphby07n1s394jz8dbq2yzqw0000gn/T/" |
This file contains hidden or 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
INFO global: Vagrant version: 1.7.4 | |
INFO global: Ruby version: 2.0.0 | |
INFO global: RubyGems version: 2.0.14 | |
INFO global: VAGRANT_OLD_ENV_PATH="/usr/local/opt/pyenv/shims:/usr/local/opt/pyenv/shims:/usr/local/opt/pyenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin" | |
INFO global: VAGRANT_OLD_ENV_XPC_FLAGS="0x0" | |
INFO global: VAGRANT_OLD_ENV_SHLVL="1" | |
INFO global: VAGRANT_INSTALLER_VERSION="2" | |
INFO global: VAGRANT_OLD_ENV_TMPDIR="/var/folders/tv/fphby07n1s394jz8dbq2yzqw0000gn/T/" | |
INFO global: VAGRANT_OLD_ENV_LOGNAME="apollov" | |
INFO global: VAGRANT_OLD_ENV_LANG="ru_RU.UTF-8" |