mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Fix default email
This commit is contained in:
parent
fe6fe1cc76
commit
e3103d5f05
|
@ -3,7 +3,7 @@
|
|||
"project_slug": "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_') }}",
|
||||
"description": "Behold My Awesome Project!",
|
||||
"author_name": "Daniel Roy Greenfeld",
|
||||
"email": "{{ cookiecutter.project_name.lower() }}@example.com",
|
||||
"email": "{{ cookiecutter.project_slug }}@example.com",
|
||||
"domain_name": "example.com",
|
||||
"version": "0.1.0",
|
||||
"open_source_license": [
|
||||
|
|
Loading…
Reference in New Issue
Block a user