mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 05:04:25 +03:00
Corrected 'repo_name' so it's not on my personal branch
This commit is contained in:
parent
b54309c48f
commit
32bee30d6a
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"project_name": "project_name is the title of the project.",
|
"project_name": "project_name is the title of the project.",
|
||||||
"repo_name": "{{ cookiecutter.project_name|lower|replace(' ', '-') }}",
|
"repo_name": "{{ cookiecutter.repo_name|replace(' ', '_') }}",
|
||||||
"package_name": "{{ cookiecutter.repo_name|replace('-', '') }}",
|
|
||||||
"author_name": "Your Name",
|
"author_name": "Your Name",
|
||||||
"email": "Your email",
|
"email": "Your email",
|
||||||
"description": "A short description of the project.",
|
"description": "A short description of the project.",
|
||||||
|
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
Loading…
Reference in New Issue
Block a user