Created
February 29, 2012 00:34
-
-
Save ingydotnet/1936527 to your computer and use it in GitHub Desktop.
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
name: mezzanine | |
mem: 64M | |
env: | |
DJANGO_SETTINGS_MODULE: settings | |
# This hack is needed to install from the App Store on Stackato 1.0 | |
pre-running: | |
- export DJANGO_SETTINGS_MODULE=settings | |
ignores: | |
- '*.pyc' | |
- 'mezzanine.db' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment