From 59487ba542e29b9af053550f751482e8e87c7712 Mon Sep 17 00:00:00 2001 From: Kevin Ndung'u Date: Thu, 12 Feb 2015 12:49:33 +0300 Subject: [PATCH] Fix small typo in wsgi.py Add missing `cookiecutter` reference in wsgi.py --- {{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/wsgi.py b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/wsgi.py index 4241f1e98..f0fbcd974 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/wsgi.py +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/wsgi.py @@ -1,5 +1,5 @@ """ -WSGI config for {{ project_name }} project. +WSGI config for {{ cookiecutter.project_name }} project. This module contains the WSGI application used by Django's development server and any production WSGI deployments. It should expose a module-level variable