diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 7d739478b..802170c82 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -87,6 +87,7 @@ Listed in alphabetical order. Ian Lee `@IanLee1521`_ Jan Van Bruggen `@jvanbrug`_ Jens Nilsson `@phiberjenz`_ + Jiun Wei Chia `@jiunwei`_ @jiunwei Julien Almarcha `@sladinji`_ Julio Castillo `@juliocc`_ Kaido Kert `@kaidokert`_ diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py index 300da58b4..867f265e3 100644 --- a/hooks/post_gen_project.py +++ b/hooks/post_gen_project.py @@ -171,7 +171,7 @@ def add_webpack(): 'https://github.com/hzdg/cookiecutter-webpack.git', replay=False, overwrite_if_exists=True, output_dir='../', checkout='pydanny-django', no_input=True, extra_context={ - 'project_name': '{{ cookiecutter.project_name }}', + 'project_name': '{{ cookiecutter.project_slug }}', 'repo_name': '{{ cookiecutter.project_slug }}', 'repo_owner': '', 'project_dir': '{{ cookiecutter.project_slug }}',