Skip to content

Instantly share code, notes, and snippets.

@64lines
Last active December 27, 2015 12:39
Show Gist options
  • Save 64lines/7326743 to your computer and use it in GitHub Desktop.
Save 64lines/7326743 to your computer and use it in GitHub Desktop.
foreman start
foreman start -f Procfile.dev
foreman run python manage.py runserver 9000
foreman run python manage.py shell
find . -name "*.pyc" -delete
## .env File
PROJECT_NAME=kmemu
DATABASE_URL='postgres://postgres:postgres@localhost:5432/kmelx20140113'
BROKER_URL=amqp://jxtvvpzy:[email protected]/jxtvvpzy
DEBUG=1
MANDRILL_APIKEY=JMdXMjNJRIpLV4vaZmhQZw
[email protected]
AWS_ACCESS_KEY_ID=AKIAJBPRULK3JXQPJFXA
AWS_SECRET_ACCESS_KEY=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
AWS_STORAGE_BUCKET_NAME=kmelx-testing
DEFAULT_SITE='kmemu_herokuapp_com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment