Skip to content

Commit

Permalink
add workaround to prevent DJANGO_SETTINGS_MODULE errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rctay committed Jul 29, 2013
1 parent 93815cf commit 101fd5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.yaml
Expand Up @@ -39,3 +39,7 @@ handlers:
libraries:
- name: django
version: "1.2"

# https://code.google.com/p/googleappengine/issues/detail?id=8976
env_variables:
DJANGO_SETTINGS_MODULE: 'settings'

0 comments on commit 101fd5c

Please sign in to comment.