Skip to content

Commit

Permalink
fix document version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zwernberg authored Oct 19, 2016
1 parent 59b3015 commit 0b73a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_name/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
SECRET_KEY = os.environ['SECRET_KEY']

## WSGI SETTINGS
# https://docs.djangoproject.com/en/1.8/ref/settings/#wsgi-application
# https://docs.djangoproject.com/en/1.10/ref/settings/#wsgi-application
WSGI_APPLICATION = '{{ project_name }}.wsgi.application'

## NOTIFICATIONS
Expand Down

0 comments on commit 0b73a6e

Please sign in to comment.