mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
chore(docs): update default year to 2014.
This commit is contained in:
parent
d0c41c00cf
commit
3b3542ce45
|
@ -59,7 +59,7 @@ It prompts you for questions. Answer them::
|
|||
author_name (default is "Your Name")? Daniel Greenfeld
|
||||
email (default is "Your email")? pydanny@gmail.com
|
||||
description (default is "A short description of the project.")? A reddit clone.
|
||||
year (default is "Current year")? 2013
|
||||
year (default is "Current year")? 2014
|
||||
domain_name (default is "Domain name")?
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"author_name": "Your Name",
|
||||
"email": "Your email",
|
||||
"description": "A short description of the project.",
|
||||
"year": "2013",
|
||||
"year": "2014",
|
||||
"domain_name": "example.com",
|
||||
"version": "0.1.0"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# {{ cookiecutter.project_name }} documentation build configuration file, created by
|
||||
# sphinx-quickstart on Sun Feb 17 11:46:20 2013.
|
||||
# sphinx-quickstart.
|
||||
#
|
||||
# This file is execfile()d with the current directory set to its containing dir.
|
||||
#
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.. {{ cookiecutter.project_name }} documentation master file, created by
|
||||
sphinx-quickstart on Sun Feb 17 11:46:20 2013.
|
||||
sphinx-quickstart.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user