mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-02 11:10:12 +03:00
Merge 826381cb13
into 8472de2b44
This commit is contained in:
commit
a8a4770e85
|
@ -87,6 +87,7 @@ Listed in alphabetical order.
|
||||||
Ian Lee `@IanLee1521`_
|
Ian Lee `@IanLee1521`_
|
||||||
Jan Van Bruggen `@jvanbrug`_
|
Jan Van Bruggen `@jvanbrug`_
|
||||||
Jens Nilsson `@phiberjenz`_
|
Jens Nilsson `@phiberjenz`_
|
||||||
|
Jiun Wei Chia `@jiunwei`_ @jiunwei
|
||||||
Julien Almarcha `@sladinji`_
|
Julien Almarcha `@sladinji`_
|
||||||
Julio Castillo `@juliocc`_
|
Julio Castillo `@juliocc`_
|
||||||
Kaido Kert `@kaidokert`_
|
Kaido Kert `@kaidokert`_
|
||||||
|
|
|
@ -171,7 +171,7 @@ def add_webpack():
|
||||||
'https://github.com/hzdg/cookiecutter-webpack.git',
|
'https://github.com/hzdg/cookiecutter-webpack.git',
|
||||||
replay=False, overwrite_if_exists=True, output_dir='../',
|
replay=False, overwrite_if_exists=True, output_dir='../',
|
||||||
checkout='pydanny-django', no_input=True, extra_context={
|
checkout='pydanny-django', no_input=True, extra_context={
|
||||||
'project_name': '{{ cookiecutter.project_name }}',
|
'project_name': '{{ cookiecutter.project_slug }}',
|
||||||
'repo_name': '{{ cookiecutter.project_slug }}',
|
'repo_name': '{{ cookiecutter.project_slug }}',
|
||||||
'repo_owner': '',
|
'repo_owner': '',
|
||||||
'project_dir': '{{ cookiecutter.project_slug }}',
|
'project_dir': '{{ cookiecutter.project_slug }}',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user