More naming changes to Cookiecutter Django

This commit is contained in:
Daniel Roy Greenfeld 2016-04-19 15:46:46 -07:00
parent 5717241cc5
commit 2ddebdb662
3 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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]

View File

@ -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/