Skip to content

Commit

Permalink
Merge pull request #5 from zwernberg/master
Browse files Browse the repository at this point in the history
fix document version to 1.10
  • Loading branch information
fasouto authored Oct 19, 2016
2 parents 59b3015 + a8795d3 commit c625a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ An easy to use project template for Django 1.10 that follows best practices.

## Quickstart ##

First create and activate your virtualenv, you can use [virtualenvwrapper](https://virtualenvwrapper.readthedocs.org/en/latest/). Then install Django 1.8 in your virtualenv:
First create and activate your virtualenv, you can use [virtualenvwrapper](https://virtualenvwrapper.readthedocs.org/en/latest/). Then install Django 1.10 in your virtualenv:

pip install django==1.10

Expand Down

0 comments on commit c625a41

Please sign in to comment.