Skip to content

Commit

Permalink
define django-gtd environments in stackato.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridhar Ratnakumar committed Sep 15, 2011
1 parent d1eded6 commit 5389ee7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 7 additions & 7 deletions stackato.yml
@@ -1,14 +1,14 @@
name: gtd

framework:
type: python

mem: 64M

env:
DJANGO_SETTINGS_MODULE: settings

services:
postgresql: postgresql-gtd

ignore: [
.git
dev.db
]
ignore:
.git
dev.db

2 changes: 0 additions & 2 deletions wsgi.py
@@ -1,8 +1,6 @@
import os
import sys

os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'

import django.core.handlers.wsgi as w
application = w.WSGIHandler()

0 comments on commit 5389ee7

Please sign in to comment.