From 2ddebdb6624027554306c59d9b703586a52b6d7f Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Tue, 19 Apr 2016 15:46:46 -0700 Subject: [PATCH] More naming changes to Cookiecutter Django --- .gitignore | 2 +- CHANGELOG.md | 4 ++-- {{cookiecutter.repo_name}}/docs/docker_ec2.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 65f19ad2..90f597b7 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,7 @@ local_settings.py repo_name my_test_project/* -# Generated when running py.test for the cookiecutter-django generation tests +# Generated when running py.test for the Cookiecutter Django generation tests .cache/ # Generated when running celery beat diff --git a/CHANGELOG.md b/CHANGELOG.md index 4118c6c2..b4518f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Change Log -All enhancements and patches to cookiecutter-django will be documented in this file. +All enhancements and patches to Cookiecutter Django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ### [2016-04-18] @@ -40,7 +40,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [2016-04-07] ### Changed - Pycharm Support (including debugging in Docker) @noisy -- Set the correct License @epileptic-fish +- Set the correct License @epileptic-fish ### [2016-03-23] ### Changed diff --git a/{{cookiecutter.repo_name}}/docs/docker_ec2.rst b/{{cookiecutter.repo_name}}/docs/docker_ec2.rst index 6314118e..444172c4 100644 --- a/{{cookiecutter.repo_name}}/docs/docker_ec2.rst +++ b/{{cookiecutter.repo_name}}/docs/docker_ec2.rst @@ -14,7 +14,7 @@ Docker encourages running one container for each process. This might mean one co .. _Redis: http://redis.io/ -The Docker compose tool (previously known as `fig`_) makes linking these containers easy. An example set up for your cookiecutter-django project might look like this: +The Docker compose tool (previously known as `fig`_) makes linking these containers easy. An example set up for your Cookiecutter Django project might look like this: .. _fig: http://www.fig.sh/